Skip to content

Commit fe811ef

Browse files
committed
docs(readme): add provenance
1 parent c9a996c commit fe811ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,15 @@ docker buildx imagetools inspect leplusorg/openid-connect-provider-debugger --fo
269269

270270
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
271271

272+
## Provenance
273+
274+
To get the provenance for the latest image (in JSON format), use the
275+
following command:
276+
277+
```bash
278+
docker buildx imagetools inspect leplusorg/openid-connect-provider-debugger --format '{{ json .Provenance }}'
279+
```
280+
272281
## Sigstore
273282

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

0 commit comments

Comments
 (0)