Skip to content

Commit 8941682

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
mkdir -p ./results
4444
docker run --rm \
4545
-v $PWD:/workdir \
46+
-w /workdir \
4647
-u $(id -u):$(id -g) \
48+
-e VULS_HOME=/workdir/.vuls \
4749
vuls/vuls scan \
4850
-config=/workdir/vuls-config/config.toml \
4951
-results-dir=/workdir/results

0 commit comments

Comments
 (0)