We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82133ca commit 17bef80Copy full SHA for 17bef80
.github/actions/rl-scanner/action.yml
@@ -26,15 +26,18 @@ runs:
26
python-version: '3.10'
27
28
- name: Install Python dependencies
29
+ shell: bash
30
run: |
31
pip install --upgrade pip
32
pip install boto3 requests
33
34
- name: Install RL Wrapper
35
36
37
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"
38
39
- name: Run RL Scanner
40
41
env:
42
RLSECURE_LICENSE: ${{ env.RLSECURE_LICENSE }}
43
RLSECURE_SITE_KEY: ${{ env.RLSECURE_SITE_KEY }}
0 commit comments