From f60a336a8cf99e79c47462b8bd4f59cfa91ca54f Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 28 Oct 2021 13:13:34 +0100 Subject: [PATCH] cosign: Add version 1.2.1 (#2839) --- bucket/cosign.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/cosign.json diff --git a/bucket/cosign.json b/bucket/cosign.json new file mode 100644 index 0000000000..ecbee9dc41 --- /dev/null +++ b/bucket/cosign.json @@ -0,0 +1,24 @@ +{ + "version": "1.2.1", + "description": "Container Signing, Verification and Storage in an OCI registry.", + "homepage": "https://github.com/sigstore/cosign", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/sigstore/cosign/releases/download/v1.2.1/cosign-windows-amd64.exe#/cosign.exe", + "hash": "617e219b322bb26c2e3cee0310a817469b23c902b7ec286196ea6e707cced3b6" + } + }, + "bin": "cosign.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sigstore/cosign/releases/download/v$version/cosign-windows-amd64.exe#/cosign.exe" + } + }, + "hash": { + "url": "$baseurl/cosign_checksums.txt" + } + } +}