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 e35fd0f commit b8654eeCopy full SHA for b8654ee
README.md
@@ -75,6 +75,15 @@ docker buildx imagetools inspect leplusorg/json --format '{{ json (index .SBOM "
75
76
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
77
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
87
## Sigstore
88
89
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments