We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62619e9 commit 365d7f1Copy full SHA for 365d7f1
1 file changed
README.md
@@ -84,6 +84,15 @@ docker buildx imagetools inspect leplusorg/yaml --format '{{ json (index .SBOM "
84
85
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
86
87
+## Provenance
88
+
89
+To get the provenance for the latest image (in JSON format), use the
90
+following command:
91
92
+```bash
93
+docker buildx imagetools inspect leplusorg/yaml --format '{{ json .Provenance }}'
94
+```
95
96
## Sigstore
97
98
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments