We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be93dfd commit 884898dCopy full SHA for 884898d
1 file changed
README.md
@@ -129,6 +129,15 @@ docker buildx imagetools inspect leplusorg/pgp-verify-jar --format '{{ json (ind
129
130
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
131
132
+## Provenance
133
+
134
+To get the provenance for the latest image (in JSON format), use the
135
+following command:
136
137
+```bash
138
+docker buildx imagetools inspect leplusorg/pgp-verify-jar --format '{{ json .Provenance }}'
139
+```
140
141
## Sigstore
142
143
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments