Skip to content

Commit 3b47014

Browse files
committed
DEBUG cdxgen
Signed-off-by: tdruez <[email protected]>
1 parent 0c3cd04 commit 3b47014

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
run: npm install @cyclonedx/cdxgen
2828

2929
- name: Generate SBOM with CycloneDX cdxgen
30-
run: cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json --profile license-compliance --json-pretty
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
3134

3235
- name: Upload SBOM as GitHub Artifact
3336
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)