We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d254b commit e7bbff7Copy full SHA for e7bbff7
README.md
@@ -90,6 +90,15 @@ docker buildx imagetools inspect leplusorg/latex --format '{{ json (index .SBOM
90
91
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
92
93
+## Provenance
94
+
95
+To get the provenance for the latest image (in JSON format), use the
96
+following command:
97
98
+```bash
99
+docker buildx imagetools inspect leplusorg/latex --format '{{ json .Provenance }}'
100
+```
101
102
## Sigstore
103
104
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments