Skip to content

Commit ef62b91

Browse files
committed
Debug GitHub workflow for OWASP dep-scan
Signed-off-by: tdruez <[email protected]>
1 parent 4c61e96 commit ef62b91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ on:
77
branches:
88
- main
99

10+
permissions:
11+
contents: read
12+
1013
env:
1114
# IMAGE_REFERENCE: "python:3.13.0-slim"
12-
IMAGE_REFERENCE: "alpine:3.17.0"
15+
IMAGE_REFERENCE: "docker.io/library/alpine:3.17.0"
1316

1417
jobs:
1518
generate-and-load-sbom:
@@ -25,6 +28,7 @@ jobs:
2528
ghcr.io/owasp-dep-scan/dep-scan depscan \
2629
--src ${{ env.IMAGE_REFERENCE }} \
2730
--type docker,license \
31+
--explain \
2832
--reports-dir /app/reports/ \
2933
--report-name depscan-sbom.cdx.json
3034

0 commit comments

Comments
 (0)