Skip to content
Snippets Groups Projects
Commit 9773ebee authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(sbom): add CycloneDX report

parent 230bd23a
Branches
Tags
No related merge requests found
......@@ -501,6 +501,9 @@ mvn-sbom:
when: always
paths:
- "${MAVEN_PROJECT_DIR}/target/mvn-sbom.cyclonedx.json"
reports:
cyclonedx:
- "${MAVEN_PROJECT_DIR}/target/mvn-sbom.cyclonedx.json"
rules:
# exclude if disabled
- if: '$MAVEN_SBOM_DISABLED == "true"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment