From e4d80f75f3dab749234d14d39b6265d368d15768 Mon Sep 17 00:00:00 2001 From: hnadiminti-equinix Date: Fri, 20 Oct 2023 17:38:01 +0100 Subject: [PATCH] update post-command --- hooks/post-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-command b/hooks/post-command index abcc1af..de1f9ee 100644 --- a/hooks/post-command +++ b/hooks/post-command @@ -58,7 +58,7 @@ cosign_keyless() { rm out.sig || true - cosign EXPERIMENTAL=1 cosign sign \ + cosign sign \ -y \ --fulcio-url="${fulcio_url}" \ --rekor-url="${rekor_url}" \