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
No related branches found
No related tags found
No related merge requests found
...@@ -501,6 +501,9 @@ mvn-sbom: ...@@ -501,6 +501,9 @@ mvn-sbom:
when: always when: always
paths: paths:
- "${MAVEN_PROJECT_DIR}/target/mvn-sbom.cyclonedx.json" - "${MAVEN_PROJECT_DIR}/target/mvn-sbom.cyclonedx.json"
reports:
cyclonedx:
- "${MAVEN_PROJECT_DIR}/target/mvn-sbom.cyclonedx.json"
rules: rules:
# exclude if disabled # exclude if disabled
- if: '$MAVEN_SBOM_DISABLED == "true"' - 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