Skip to content

Commit 632987a

Browse files
committed
docs(readme): add provenance
1 parent b53ac44 commit 632987a

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
@@ -46,6 +46,15 @@ docker buildx imagetools inspect leplusorg/aws-cli --format '{{ json (index .SBO
4646

4747
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
4848

49+
## Provenance
50+
51+
To get the provenance for the latest image (in JSON format), use the
52+
following command:
53+
54+
```bash
55+
docker buildx imagetools inspect leplusorg/aws-cli --format '{{ json .Provenance }}'
56+
```
57+
4958
## Sigstore
5059

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

0 commit comments

Comments
 (0)