Skip to content

Commit afdf0f5

Browse files
fix: use virtual pypi index for rl-wrapper install (#1027)
## Summary - Switches rl-wrapper install from `python-local` to the `python` virtual Artifactory repository so pip can resolve transitive dependencies - Removes `>=1.0.0` version pin to ensure the latest published version is always installed
1 parent 1f7fa01 commit afdf0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python/simple"
3535
3636
- name: Run RL Scanner
3737
shell: bash

0 commit comments

Comments
 (0)