Skip to content

Commit

Permalink
handle buffered output
Browse files Browse the repository at this point in the history
  • Loading branch information
itaimarongwe-okta authored Oct 7, 2024
1 parent e4ac442 commit 740ac2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
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"
PYTHONUNBUFFERED: 1
run: |
pip install rl-wrapper --index-url "$WRAPPER_INDEX_URL" && \
rl-wrapper \
Expand Down

0 comments on commit 740ac2b

Please sign in to comment.