Skip to content

Commit

Permalink
Removed not required flow
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 24, 2024
1 parent 8aa6b03 commit b72ec86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/actions/rl-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ runs:
run: |
pip install rl-wrapper>=1.0.0 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
- name: File listing
shell: bash
run: ls -la

- name: Print PWD
shell: bash
run: pwd

- name: Run RL Scanner
shell: bash
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
run: |
tar -czvf ${{ inputs.artifact-name }} *
- name: Verify artifact creation
run: ls -la

- id: get_version
uses: ./.github/actions/get-version

Expand Down

0 comments on commit b72ec86

Please sign in to comment.