Skip to content

Commit 365d7f1

Browse files
committed
docs(readme): add provenance
1 parent 62619e9 commit 365d7f1

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

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

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

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

0 commit comments

Comments
 (0)