We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63f853 commit 29f428dCopy full SHA for 29f428d
.github/workflows/sca-integration-vuls.yml
@@ -11,7 +11,7 @@ permissions:
11
contents: read
12
13
env:
14
- IMAGE_REFERENCE: "python:3.13.0"
+ IMAGE_REFERENCE: "alpine:3.17"
15
16
jobs:
17
generate-and-load-sbom:
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
mkdir -p ./results
42
docker run --rm \
43
+ -u $(id -u):$(id -g) \
44
-v $PWD:/workdir \
45
-w /workdir \
46
vuls/vuls scan -config=/workdir/vuls-config/config.toml -results-dir=/workdir/results
0 commit comments