Skip to content

Commit

Permalink
[WIP] workflow: set SBOM out version to 1.3
Browse files Browse the repository at this point in the history
Upload to DT failed with schema validation error and no details,
maybe the version is to recent.
  • Loading branch information
thlehmann-ionos committed Nov 4, 2024
1 parent 8869777 commit 2e39012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:

- name: Merge SBOMs
# https://github.com/CycloneDX/cyclonedx-cli#merge-command
# Using v1_3 because with the default (1.6) the upload failed at the DT web interface
run: |
cyclonedx merge --input-files bom.composer.xml bom.npm.xml --output-file bom.xml
cyclonedx merge --input-files bom.composer.xml bom.npm.xml --output-file bom.xml --output-version v1_3
# Pass merged BOM to next Job
# https://github.com/actions/upload-artifact
Expand Down

0 comments on commit 2e39012

Please sign in to comment.