Skip to content

Commit b8654ee

Browse files
committed
docs(readme): add provenance
1 parent e35fd0f commit b8654ee

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

7676
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
7777

78+
## Provenance
79+
80+
To get the provenance for the latest image (in JSON format), use the
81+
following command:
82+
83+
```bash
84+
docker buildx imagetools inspect leplusorg/json --format '{{ json .Provenance }}'
85+
```
86+
7887
## Sigstore
7988

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

0 commit comments

Comments
 (0)