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 4c61e96 commit ef62b91Copy full SHA for ef62b91
.github/workflows/sca-integration-depscan.yml
@@ -7,9 +7,12 @@ on:
7
branches:
8
- main
9
10
+permissions:
11
+ contents: read
12
+
13
env:
14
# IMAGE_REFERENCE: "python:3.13.0-slim"
- IMAGE_REFERENCE: "alpine:3.17.0"
15
+ IMAGE_REFERENCE: "docker.io/library/alpine:3.17.0"
16
17
jobs:
18
generate-and-load-sbom:
@@ -25,6 +28,7 @@ jobs:
25
28
ghcr.io/owasp-dep-scan/dep-scan depscan \
26
29
--src ${{ env.IMAGE_REFERENCE }} \
27
30
--type docker,license \
31
+ --explain \
32
--reports-dir /app/reports/ \
33
--report-name depscan-sbom.cdx.json
34
0 commit comments