Skip to content

Commit 7ee5ce8

Browse files
Update Scanner
1 parent 17bef80 commit 7ee5ce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ runs:
3434
- name: Install RL Wrapper
3535
shell: bash
3636
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"
3838
3939
- name: Run RL Scanner
4040
shell: bash
4141
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 }}
4444
SIGNAL_HANDLER_TOKEN: ${{ env.SIGNAL_HANDLER_TOKEN }}
4545
PYTHONUNBUFFERED: 1
4646
run: |

0 commit comments

Comments
 (0)