Skip to content

Commit e7bbff7

Browse files
committed
docs(readme): add provenance
1 parent 82d254b commit e7bbff7

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

9191
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
9292

93+
## Provenance
94+
95+
To get the provenance for the latest image (in JSON format), use the
96+
following command:
97+
98+
```bash
99+
docker buildx imagetools inspect leplusorg/latex --format '{{ json .Provenance }}'
100+
```
101+
93102
## Sigstore
94103

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

0 commit comments

Comments
 (0)