From c86ae3fd86ce6593e4201b4b55d964bbb7fd851a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:30:10 +0000 Subject: [PATCH] cosign: Update to version 1.13.1 --- bucket/cosign.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cosign.json b/bucket/cosign.json index 95296d646d..3badc8ea14 100644 --- a/bucket/cosign.json +++ b/bucket/cosign.json @@ -1,12 +1,12 @@ { - "version": "1.13.0", + "version": "1.13.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.13.0/cosign-windows-amd64.exe#/cosign.exe", - "hash": "e5434945edf0a007529679683f9bf313bb0d9cf5626256428526c675aeb3f9e3" + "url": "https://github.com/sigstore/cosign/releases/download/v1.13.1/cosign-windows-amd64.exe#/cosign.exe", + "hash": "78a2774b68b995cc698944f6c235b1c93dcb6d57593a58a565ee7a56d64e4b85" } }, "bin": "cosign.exe",