Skip to content

Commit

Permalink
use specific index
Browse files Browse the repository at this point in the history
  • Loading branch information
itaimarongwe-okta authored Oct 7, 2024
1 parent 2384fee commit 2f3cc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
PIP_EXTRA_INDEX_URL: "https://${{ secrets.PRODSEC_TOOLS_USER }}:${{ secrets.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
run: |
pip install rl-wrapper && \
pip install rl-wrapper --index-url $PIP_EXTRA_INDEX_URL && \
rl-wrapper \
--artifact "${{ steps.get_artifact.outputs.path }}" \
--version "${{ steps.get_version.outputs.version }}" \
Expand Down

0 comments on commit 2f3cc25

Please sign in to comment.