Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push SBOM/Provenance data to Docker Hub (#451)
With this change we will have build data in the image manifest which can be pulled by tools (like ours) or via the CLI with commands like `docker buildx imagetools inspect mondoo/cnspec --format "{{json .Provenance}}"` To see an example of what this data will look like pull this container where I just made the same change ``` docker buildx imagetools inspect dokken/ubuntu-24.04 --format "{{json .Provenance}}" ``` Signed-off-by: Tim Smith <[email protected]>
- Loading branch information