Skip to content

Commit f6a6b67

Browse files
Update Scanner
1 parent b9822e5 commit f6a6b67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ runs:
4343
run: |
4444
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"
4545
46+
- name: File listing
47+
run: ls -la
48+
49+
- name: Print PWD
50+
run: pwd
51+
4652
- name: Run RL Scanner
4753
shell: bash
4854
env:

0 commit comments

Comments
 (0)