Skip to content

Commit

Permalink
Update rl-scanner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itaimarongwe-okta authored Oct 7, 2024
1 parent c5819d8 commit 8e98d55
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 }}
WRAPPER_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 --index-url $WRAPPER_INDEX_URL && \
pip install rl-wrapper --index-url "$WRAPPER_INDEX_URL" && \
rl-wrapper \
--artifact "${{ steps.output_build_artifact.outputs.scanfile }}" \
--version "${{ steps.get_version.outputs.version }}" \
Expand Down

0 comments on commit 8e98d55

Please sign in to comment.