From 8e47e41bee1186d8c504eaad375a2a477df84658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Wed, 17 May 2023 13:57:48 +0300 Subject: [PATCH] add --yes option to cosign sign (#125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b57e9..d6acfd2 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ jobs: env: DIGEST: ${{ steps.build-and-push.outputs.digest }} TAGS: ${{ steps.docker_meta.outputs.tags }} - run: echo "${TAGS}" | xargs -I {} cosign sign {}@${DIGEST} + run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST} ``` ### Optional Inputs