From bcf05071026309351d91ac6380ad534c26dbe5d1 Mon Sep 17 00:00:00 2001 From: justsomescripts Date: Thu, 9 May 2024 20:41:38 +0200 Subject: [PATCH] chore(actions): disable cosign explicitly --- .github/workflows/container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 696bd5f..228bfc8 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -16,6 +16,7 @@ jobs: secrets: inherit with: containerfile: Containerfile + enable_cosign: 'false' permissions: checks: write contents: write