Skip to content
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

Adds support for SBOM attestations #1225

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

matthewbjones
Copy link
Contributor

Summary

This PR adds a sbom option in the builder config. You can use sbom: true to have the Docker buildx include --sbom=true, so that the generated image includes SBOM Attestations. This is helpful, as Docker Scout includes a default policy rule of "Missing supply chain attestation(s)" which fails for the rule "SBOM attestation (https://spdx.dev/Document) exists" for images generated by Kamal.

Related information

This PR is modeled after the merged PR #972 that introduced provenance attestations.

@djmb djmb merged commit f4d98bb into basecamp:main Nov 21, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants