From 1baf61d8d9693d289ed273c8be6aa90ed01ea34d Mon Sep 17 00:00:00 2001 From: Troy Knapp Date: Tue, 28 May 2024 10:15:26 -0500 Subject: [PATCH] Update README.md For Windows Install Choco's latest version for cosign is 1.3.1. This isn't compatible with the current tenv build. Windows users should use go to install cosign instead Signed-off-by: Troy Knapp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aad1431b..c762b95c 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ If you need to enable cosign checks, install `cosign` tool via one of the follow
MacOS (Homebrew)
```sh -brew install cosign +go install github.com/sigstore/cosign/v2/cmd/cosign@latest ```