File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/rl-scanner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ runs:
34
34
- name : Install RL Wrapper
35
35
shell : bash
36
36
run : |
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"
37
+ pip install rl-wrapper>=1.0.0 --index-url "https://${{ env.PROD_TOOLS_USER }}:${{ env.PROD_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
38
38
39
39
- name : Run RL Scanner
40
40
shell : bash
41
41
env :
42
- RLSECURE_LICENSE : ${{ env.RLSECURE_LICENSE }}
43
- RLSECURE_SITE_KEY : ${{ env.RLSECURE_SITE_KEY }}
42
+ RLSECURE_LICENSE : ${{ env.RL_SECURE_LICENSE }}
43
+ RLSECURE_SITE_KEY : ${{ env.RL_SECURE_SITE_KEY }}
44
44
SIGNAL_HANDLER_TOKEN : ${{ env.SIGNAL_HANDLER_TOKEN }}
45
45
PYTHONUNBUFFERED : 1
46
46
run : |
You can’t perform that action at this time.
0 commit comments