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 8b6110a commit 4c61e96Copy full SHA for 4c61e96
.github/workflows/sca-integration-depscan.yml
@@ -8,7 +8,8 @@ on:
8
- main
9
10
env:
11
- IMAGE_REFERENCE: "python:3.13.0-slim"
+# IMAGE_REFERENCE: "python:3.13.0-slim"
12
+ IMAGE_REFERENCE: "alpine:3.17.0"
13
14
jobs:
15
generate-and-load-sbom:
@@ -20,6 +21,7 @@ jobs:
20
21
- name: Generate SBOM with OWASP dep-scan
22
run: |
23
docker run --rm -v $PWD:/app \
24
+ -e SCAN_DEBUG_MODE=debug \
25
ghcr.io/owasp-dep-scan/dep-scan depscan \
26
--src ${{ env.IMAGE_REFERENCE }} \
27
--type docker,license \
0 commit comments