Skip to content

Commit 884898d

Browse files
committed
docs(readme): add provenance
1 parent be93dfd commit 884898d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ docker buildx imagetools inspect leplusorg/pgp-verify-jar --format '{{ json (ind
129129

130130
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
131131

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+
132141
## Sigstore
133142

134143
[Sigstore](https://docs.sigstore.dev) is trying to improve supply

0 commit comments

Comments
 (0)