From d74855ab3393dec89390d12d33ab5e1bded0c585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Mon, 9 Sep 2024 23:43:45 +0200 Subject: [PATCH] fix: update cosign example in readme (#56) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update cosign example in readme. Signed-off-by: Charles-Edouard Brétéché --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f244a36..24263d4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ jobs: name: Install Chainsaw steps: - name: Install Cosign - uses: sigstore/cosign-installer@v3.1.1 + uses: sigstore/cosign-installer@v3.6.0 - name: Install Chainsaw uses: kyverno/action-install-chainsaw@v0.1.0 with: @@ -112,4 +112,4 @@ The following optional inputs: ## Security -Should you discover any security issues, please refer to Kyverno's [security process](https://github.com/kyverno/kyverno/blob/main/SECURITY.md) \ No newline at end of file +Should you discover any security issues, please refer to Kyverno's [security process](https://github.com/kyverno/kyverno/blob/main/SECURITY.md)