Skip to content

Commit 6324d83

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
generate-and-load-sbom:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
# - name: Checkout repository
21-
# uses: actions/checkout@v4
22-
2320
- name: Prepare Vuls config.toml
2421
run: |
2522
cat > config.toml <<'EOF'
@@ -43,12 +40,11 @@ jobs:
4340
-v $PWD:/workdir \
4441
vuls/vuls scan \
4542
-config=/workdir/config.toml
46-
-results-dir=/workdir/results
43+
-results-dir=/workdir
4744
4845
- name: DEBUG
4946
run: |
5047
ls -la
51-
ls -la results
5248
5349
- name: Report Vuls scan
5450
run: |

0 commit comments

Comments
 (0)