Skip to content

Commit 54d6d01

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent ddbdea5 commit 54d6d01

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ jobs:
4444
vuls/vuls scan \
4545
-config=/workdir/config.toml
4646
47+
- name: Report Vuls scan
48+
run: |
49+
docker run --rm \
50+
-v $PWD:/workdir \
51+
vuls/vuls scan \
52+
-config=/workdir/config.toml \
53+
-format-cyclonedx-json
54+
55+
- name: DEBUG
56+
run: |
57+
ls -la
58+
4759
# - name: Prepare Vuls config.toml
4860
# run: |
4961
# mkdir -p ./vuls-config

0 commit comments

Comments
 (0)