From e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:12:20 -0400 Subject: [PATCH] chore: update to use old configuration on new cosign (#4287) Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index bb278f1a9..eaf89dfc3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -337,6 +337,7 @@ signs: certificate: "${artifact}.pem" args: - "sign-blob" + - "--use-signing-config=false" - "--oidc-issuer=https://token.actions.githubusercontent.com" - "--output-certificate=${certificate}" - "--output-signature=${signature}"