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