Skip to content

Commit

Permalink
Merge pull request #147 from ImIOImI/docs/cosign
Browse files Browse the repository at this point in the history
Update README.md For Windows Install
  • Loading branch information
kvendingoldo authored May 28, 2024
2 parents dbcfcca + aa1dbf0 commit 9f367a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ and Atmos, like [HCL](https://github.com/hashicorp/hcl) parsing based detection

<a id="prerequisites"></a>
### Prerequisites
If you need to enable cosign checks, install `cosign` tool via one of the following commands:
If you need to enable cosign checks, install `cosign` (v.2.0+) tool via one of the following commands:

<details><summary><b>MacOS (Homebrew)</b></summary><br>

Expand All @@ -102,7 +102,7 @@ brew install cosign
<details><summary><b>Windows (Chocolatey)</b></summary><br>

```sh
choco install cosign
go install github.com/sigstore/cosign/v2/cmd/cosign@latest
```

</details>
Expand Down

0 comments on commit 9f367a5

Please sign in to comment.