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 f87b442 commit 0c3cd04Copy full SHA for 0c3cd04
.github/workflows/sca-integration-cdxgen.yml
@@ -11,7 +11,8 @@ permissions:
11
contents: read
12
13
env:
14
- IMAGE_REFERENCE: "python:3.13.0-slim"
+# IMAGE_REFERENCE: "python:3.13.0-slim"
15
+ IMAGE_REFERENCE: "alpine:3.17.0"
16
17
jobs:
18
generate-and-load-sbom:
@@ -26,7 +27,7 @@ jobs:
26
27
run: npm install @cyclonedx/cdxgen
28
29
- name: Generate SBOM with CycloneDX cdxgen
- run: npx cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json
30
+ run: cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json --profile license-compliance --json-pretty
31
32
- name: Upload SBOM as GitHub Artifact
33
uses: actions/upload-artifact@v4
0 commit comments