From e606b93d5666929d4f2db5225190f32a34d4e6cb Mon Sep 17 00:00:00 2001 From: Tony Gosselin Date: Fri, 24 Oct 2025 17:35:00 -0400 Subject: [PATCH] Update cosign to use bundles --- .goreleaser.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 606038f..9fc5165 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,11 +22,8 @@ builds: signs: - cmd: cosign env: [COSIGN_EXPERIMENTAL=1] - certificate: ${artifact}.pem args: - sign-blob - - --output-certificate=${certificate} - - --output-signature=${signature} - --bundle=${signature}.bundle - ${artifact} - --yes # needed on cosign 2.0.0+