Skip to content

Commit 4c61e96

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
- main
99

1010
env:
11-
IMAGE_REFERENCE: "python:3.13.0-slim"
11+
# IMAGE_REFERENCE: "python:3.13.0-slim"
12+
IMAGE_REFERENCE: "alpine:3.17.0"
1213

1314
jobs:
1415
generate-and-load-sbom:
@@ -20,6 +21,7 @@ jobs:
2021
- name: Generate SBOM with OWASP dep-scan
2122
run: |
2223
docker run --rm -v $PWD:/app \
24+
-e SCAN_DEBUG_MODE=debug \
2325
ghcr.io/owasp-dep-scan/dep-scan depscan \
2426
--src ${{ env.IMAGE_REFERENCE }} \
2527
--type docker,license \

0 commit comments

Comments
 (0)