Skip to content

Commit 69ca55f

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent 2621ac3 commit 69ca55f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sca-integration-vuls.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ jobs:
5050
-v $PWD/vuls:/vuls \
5151
-e VULS_RESULT_DIR=/vuls/result \
5252
vuls/vuls report -config=/vuls/config.toml -format-cyclonedx-json
53+
54+
- name: DEBUG
55+
run: |
56+
ls -la /vuls/
57+
ls -la /vuls/result

0 commit comments

Comments
 (0)