We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb44d9 commit 7b5611aCopy full SHA for 7b5611a
.github/actions/rl-scanner/action.yml
@@ -33,7 +33,7 @@ runs:
33
- name: Install RL Wrapper
34
shell: bash
35
run: |
36
- 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"
37
38
- name: Run RL Scanner
39
0 commit comments