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

Merge branch 'feat/sbom-report' into 'master'

feat(sbom): add CycloneDX report

See merge request to-be-continuous/python!72
parents 79bffe24 6525c1cf
No related branches found
No related tags found
No related merge requests found
......@@ -874,6 +874,9 @@ py-sbom:
when: always
paths:
- "$PYTHON_PROJECT_DIR/reports/py-sbom.cyclonedx.json"
reports:
cyclonedx:
- "$PYTHON_PROJECT_DIR/reports/py-sbom.cyclonedx.json"
rules:
# exclude if disabled
- if: '$PYTHON_SBOM_DISABLED == "true"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment