Skip to content

Commit aa27470

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +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 --json-pretty
31-
32-
- name: Debug version
33-
run: npx cdxgen --version
30+
run: npx cdxgen ${{ env.IMAGE_REFERENCE }} --type docker -output cdxgen-sbom.cdx.json --profile license-compliance
3431

3532
- name: Upload SBOM as GitHub Artifact
3633
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)