Skip to content

Commit 29f428d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212

1313
env:
14-
IMAGE_REFERENCE: "python:3.13.0"
14+
IMAGE_REFERENCE: "alpine:3.17"
1515

1616
jobs:
1717
generate-and-load-sbom:
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
mkdir -p ./results
4242
docker run --rm \
43+
-u $(id -u):$(id -g) \
4344
-v $PWD:/workdir \
4445
-w /workdir \
4546
vuls/vuls scan -config=/workdir/vuls-config/config.toml -results-dir=/workdir/results

0 commit comments

Comments
 (0)