Skip to content

Commit 3750bef

Browse files
committed
docs(readme): add provenance
1 parent c8d4c73 commit 3750bef

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

7070
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
7171

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

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

0 commit comments

Comments
 (0)