We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca62c23 + 27a3548 commit 7146e68Copy full SHA for 7146e68
1 file changed
.github/actions/rl-scanner/action.yml
@@ -31,7 +31,7 @@ runs:
31
- name: Install RL Wrapper
32
shell: bash
33
run: |
34
- pip install "rl-wrapper>=1.0.9" --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
+ 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"
35
36
- name: Run RL Scanner
37
0 commit comments