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

fix(sbom): add CycloneDX report

parent ea3ccdc2
No related branches found
No related tags found
No related merge requests found
...@@ -700,6 +700,9 @@ docker-sbom: ...@@ -700,6 +700,9 @@ docker-sbom:
when: always when: always
paths: paths:
- "reports/docker-sbom-*.cyclonedx.json" - "reports/docker-sbom-*.cyclonedx.json"
reports:
cyclonedx:
- "reports/docker-sbom-*.cyclonedx.json"
rules: rules:
# exclude if disabled # exclude if disabled
- if: '$DOCKER_SBOM_DISABLED == "true"' - if: '$DOCKER_SBOM_DISABLED == "true"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment