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 c9a996c commit fe811efCopy full SHA for fe811ef
README.md
@@ -269,6 +269,15 @@ docker buildx imagetools inspect leplusorg/openid-connect-provider-debugger --fo
269
270
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
271
272
+## Provenance
273
+
274
+To get the provenance for the latest image (in JSON format), use the
275
+following command:
276
277
+```bash
278
+docker buildx imagetools inspect leplusorg/openid-connect-provider-debugger --format '{{ json .Provenance }}'
279
+```
280
281
## Sigstore
282
283
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments