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 3b47014 commit aa27470Copy full SHA for aa27470
.github/workflows/sca-integration-cdxgen.yml
@@ -27,10 +27,7 @@ jobs:
27
run: npm install @cyclonedx/cdxgen
28
29
- name: Generate SBOM with CycloneDX cdxgen
30
- run: npx cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json --profile license-compliance --json-pretty
31
-
32
- - name: Debug version
33
- run: npx cdxgen --version
+ run: npx cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json --profile license-compliance
34
35
- name: Upload SBOM as GitHub Artifact
36
uses: actions/upload-artifact@v4
0 commit comments