Skip to content

Commit c926a9b

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
vuls/vuls scan \
4545
-config=/workdir/config.toml
4646
47+
- name: DEBUG
48+
run: |
49+
ls -la
50+
4751
- name: Report Vuls scan
4852
run: |
4953
docker run --rm \
@@ -52,9 +56,6 @@ jobs:
5256
-config=/workdir/config.toml \
5357
-format-cyclonedx-json
5458
55-
- name: DEBUG
56-
run: |
57-
ls -la
5859
5960
# - name: Prepare Vuls config.toml
6061
# run: |

0 commit comments

Comments
 (0)