Skip to content

Commit 07956b7

Browse files
committed
DEBUG GH workflow for Vuls
Signed-off-by: tdruez <[email protected]>
1 parent eebf45b commit 07956b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Fetch CVE Databases
4444
run: |
4545
mkdir -p ./vuls-data
46-
docker run --rm -v $PWD/vuls-data:/vuls vuls/go-cve-dictionary fetch nvd
46+
# docker run --rm -v $PWD/vuls-data:/vuls vuls/go-cve-dictionary fetch nvd
4747
# docker run --rm -v $PWD/vuls-data:/vuls vuls/go-cve-dictionary fetch jvn
4848

4949
# FAILS:
@@ -58,7 +58,7 @@ jobs:
5858
-v /var/run/docker.sock:/var/run/docker.sock \
5959
-v $PWD:/workdir \
6060
-w /workdir \
61-
vuls/vuls scan -config=./config.toml -results-dir=./results
61+
vuls/vuls scan -config=/workdir/config.toml -results-dir=/workdir/results
6262
6363
- name: Upload Vuls report as GitHub Artifact
6464
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)