Skip to content

Commit 3634b60

Browse files
committed
docs(readme): add provenance
1 parent 6274e73 commit 3634b60

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
@@ -83,6 +83,15 @@ docker buildx imagetools inspect leplusorg/xml --format '{{ json (index .SBOM "l
8383

8484
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
8585

86+
## Provenance
87+
88+
To get the provenance for the latest image (in JSON format), use the
89+
following command:
90+
91+
```bash
92+
docker buildx imagetools inspect leplusorg/xml --format '{{ json .Provenance }}'
93+
```
94+
8695
## Sigstore
8796

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

0 commit comments

Comments
 (0)