Skip to content

Commit 374fa2e

Browse files
Adding Version To RL Scanner
1 parent cd4a137 commit 374fa2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/rl-scanner/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- name: Install RL Wrapper
3232
shell: bash
3333
run: |
34-
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"
34+
pip install rl-wrapper>=1.0.6 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
3535
3636
- name: Run RL Scanner
3737
shell: bash

.github/workflows/rl-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Get Artifact Version
6565
id: get_version
66-
run: echo "version=$(cat .version)" >> $GITHUB_ENV
66+
uses: ./.github/actions/get-version
6767

6868
- name: Run RL Scanner
6969
id: rl-scan-conclusion

0 commit comments

Comments
 (0)