We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e62648 commit f7e866cCopy full SHA for f7e866c
README.md
@@ -67,6 +67,15 @@ docker buildx imagetools inspect leplusorg/md --format '{{ json (index .SBOM "li
67
68
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
69
70
+## Provenance
71
+
72
+To get the provenance for the latest image (in JSON format), use the
73
+following command:
74
75
+```bash
76
+docker buildx imagetools inspect leplusorg/md --format '{{ json .Provenance }}'
77
+```
78
79
## Sigstore
80
81
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments