-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SBOM for the produced container images #451
Comments
SBOM's can be built into the image manifest using the in-toto spec with
Also possibly worth noting, the Docker SBOM is in the Both Docker and Podman can embed the SBOM in the manifest or output to a local file, but only the Podman SBOM looks like it can be added as a file in the image. Since the current build process uses |
Uses the `--sbom=true` flag to atatch a `syft` SBOM to the manifest Closes: ansible#451 Signed-off-by: Sebastian Yaghoubi <[email protected]>
Uses the `--sbom=true` flag to attach a `syft` SBOM to the manifest Closes: ansible#451 Signed-off-by: Sebastian Yaghoubi <[email protected]>
Uses the `--sbom=true` flag to attach a `syft` SBOM to the manifest Closes: ansible#451 Signed-off-by: Sebastian Yaghoubi <[email protected]>
Uses the `--sbom=true` flag to attach a `syft` SBOM to the manifest Closes: ansible#451 Signed-off-by: Sebastian Yaghoubi <[email protected]>
Uses the `--sbom=true` flag to attach a `syft` SBOM to the manifest Closes: ansible#451 Signed-off-by: Sebastian Yaghoubi <[email protected]>
See kubernetes-sigs/bom#82
The text was updated successfully, but these errors were encountered: