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 b53ac44 commit 632987aCopy full SHA for 632987a
README.md
@@ -46,6 +46,15 @@ docker buildx imagetools inspect leplusorg/aws-cli --format '{{ json (index .SBO
46
47
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
48
49
+## Provenance
50
+
51
+To get the provenance for the latest image (in JSON format), use the
52
+following command:
53
54
+```bash
55
+docker buildx imagetools inspect leplusorg/aws-cli --format '{{ json .Provenance }}'
56
+```
57
58
## Sigstore
59
60
[Sigstore](https://docs.sigstore.dev) is trying to improve supply
0 commit comments