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 e69d107 commit 06a1826Copy full SHA for 06a1826
README.md
@@ -61,6 +61,15 @@ docker buildx imagetools inspect leplusorg/rst --format '{{ json (index .SBOM "l
61
62
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
63
64
+## Provenance
65
+
66
+To get the provenance for the latest image (in JSON format), use the
67
+following command:
68
69
+```bash
70
+docker buildx imagetools inspect leplusorg/rst --format '{{ json .Provenance }}'
71
+```
72
73
## Sigstore
74
75
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments