We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e285e commit 8431936Copy full SHA for 8431936
README.md
@@ -143,6 +143,15 @@ docker buildx imagetools inspect leplusorg/tor --format '{{ json (index .SBOM "l
143
144
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
145
146
+## Provenance
147
+
148
+To get the provenance for the latest image (in JSON format), use the
149
+following command:
150
151
+```bash
152
+docker buildx imagetools inspect leplusorg/tor --format '{{ json .Provenance }}'
153
+```
154
155
## Sigstore
156
157
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments