Skip to content

Commit f7e866c

Browse files
committed
docs(readme): add provenance
1 parent 0e62648 commit f7e866c

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

6868
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
6969

70+
## Provenance
71+
72+
To get the provenance for the latest image (in JSON format), use the
73+
following command:
74+
75+
```bash
76+
docker buildx imagetools inspect leplusorg/md --format '{{ json .Provenance }}'
77+
```
78+
7079
## Sigstore
7180

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

0 commit comments

Comments
 (0)