-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
The sbom generated by syft ends up having this additional main component information in the annotations
"annotations": {
"chainloop.material.cas": true,
"chainloop.material.name": "sbom",
"chainloop.material.sbom.main_component.name": "ghcr.io/chainloop-dev/chainloop/cli",
"chainloop.material.sbom.main_component.type": "container",
"chainloop.material.sbom.main_component.version": "sha256:bbfd27fcdb15c8082951dc59be2310a2a2e6b95e11002f8411e5918887faa607",
"chainloop.material.type": "SBOM_CYCLONEDX_JSON",
"environment": "prod"
},
},
The material based on a trivy generated SBOM does not
"annotations": {
"chainloop.material.cas": true,
"chainloop.material.name": "sbom-trivy",
"chainloop.material.type": "SBOM_CYCLONEDX_JSON"
},
Metadata
Metadata
Assignees
Labels
No labels