We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d4c73 commit 3750befCopy full SHA for 3750bef
README.md
@@ -69,6 +69,15 @@ docker buildx imagetools inspect leplusorg/csv --format '{{ json (index .SBOM "l
69
70
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
71
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
81
## Sigstore
82
83
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments