From f2780c6f8cc8c5e15883a8b4a2338c2c5be89682 Mon Sep 17 00:00:00 2001 From: Pete Wagner <1559510+thepwagner@users.noreply.github.com> Date: Mon, 6 Mar 2023 08:59:03 -0500 Subject: [PATCH] cosign sign -y (#104) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repeating #103 ; which seems to have been the right thing 🤞 , but also needs to be applied to the `cosign sign` docker step (not just the `cosign sign-blob` binary signing). # Related - #103 - #101 --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3e32698..c2c69a0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -68,4 +68,5 @@ docker_signs: output: true args: - "sign" + - "--yes" - "${artifact}"