Skip to content

Commit 8431936

Browse files
committed
docs(readme): add provenance
1 parent d8e285e commit 8431936

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

144144
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
145145

146+
## Provenance
147+
148+
To get the provenance for the latest image (in JSON format), use the
149+
following command:
150+
151+
```bash
152+
docker buildx imagetools inspect leplusorg/tor --format '{{ json .Provenance }}'
153+
```
154+
146155
## Sigstore
147156

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

0 commit comments

Comments
 (0)