Skip to content

Commit 06a1826

Browse files
committed
docs(readme): add provenance
1 parent e69d107 commit 06a1826

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

6262
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
6363

64+
## Provenance
65+
66+
To get the provenance for the latest image (in JSON format), use the
67+
following command:
68+
69+
```bash
70+
docker buildx imagetools inspect leplusorg/rst --format '{{ json .Provenance }}'
71+
```
72+
6473
## Sigstore
6574

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

0 commit comments

Comments
 (0)