Skip to content

Commit 17bef80

Browse files
Update Scanner
1 parent 82133ca commit 17bef80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/rl-scanner/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,18 @@ runs:
2626
python-version: '3.10'
2727

2828
- name: Install Python dependencies
29+
shell: bash
2930
run: |
3031
pip install --upgrade pip
3132
pip install boto3 requests
3233
3334
- name: Install RL Wrapper
35+
shell: bash
3436
run: |
3537
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"
3638
3739
- name: Run RL Scanner
40+
shell: bash
3841
env:
3942
RLSECURE_LICENSE: ${{ env.RLSECURE_LICENSE }}
4043
RLSECURE_SITE_KEY: ${{ env.RLSECURE_SITE_KEY }}

0 commit comments

Comments
 (0)