Skip to content

Commit

Permalink
Update Scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 24, 2024
1 parent 82133ca commit 17bef80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/rl-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@ runs:
python-version: '3.10'

- name: Install Python dependencies
shell: bash
run: |
pip install --upgrade pip
pip install boto3 requests
- name: Install RL Wrapper
shell: bash
run: |
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"
- name: Run RL Scanner
shell: bash
env:
RLSECURE_LICENSE: ${{ env.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ env.RLSECURE_SITE_KEY }}
Expand Down

0 comments on commit 17bef80

Please sign in to comment.