We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99c97c commit 1099a1bCopy full SHA for 1099a1b
.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.0 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
+ pip install rl-wrapper --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python/simple"
35
36
- name: Run RL Scanner
37
0 commit comments