We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14106db commit 4531c5eCopy full SHA for 4531c5e
1 file changed
README.md
@@ -61,6 +61,15 @@ docker buildx imagetools inspect leplusorg/rtf --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/rtf --format '{{ json .Provenance }}'
71
+```
72
73
## Sigstore
74
75
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments