From d6e7dafd05d39b33d26dac2a407a7ee79e425556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 16:43:25 +0000 Subject: [PATCH] cosign: Update to version 1.11.0 --- bucket/cosign.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cosign.json b/bucket/cosign.json index 6efcbdb58f..fb275809c8 100644 --- a/bucket/cosign.json +++ b/bucket/cosign.json @@ -1,12 +1,12 @@ { - "version": "1.10.1", + "version": "1.11.0", "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.10.1/cosign-windows-amd64.exe#/cosign.exe", - "hash": "42d79c9ea55e79e39fd050b36b29d53e6561a3333278092be5f9448f52c6051c" + "url": "https://github.com/sigstore/cosign/releases/download/v1.11.0/cosign-windows-amd64.exe#/cosign.exe", + "hash": "8cd279e44802f82d4ff833097e8dde4375446cb04ff7ca70ad0f152cc38bc285" } }, "bin": "cosign.exe",