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