Skip to content

Commit c2ddc22

Browse files
committed
DEBUG cdxgen
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent aa27470 commit c2ddc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

2929
- name: Generate SBOM with CycloneDX cdxgen
30-
run: npx cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json --profile license-compliance
30+
run: npx cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json --json-pretty
3131

3232
- name: Upload SBOM as GitHub Artifact
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)