Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Hibare <shubham@hibare.in>
  • Loading branch information
hibare committed Feb 3, 2024
1 parent cbc8271 commit ef2f0d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ To verify artifact signature before installation, pass `-v` flag to script execu
```bash
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin -v
```
> ![NOTE]
> This requires `cosign` to be installed.
### Homebrew

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Usage: $this [-b] dir [-d] [tag]
-b the installation directory (dDefaults to ./bin)
-d turns on debug logging
-dd turns on trace logging
-v verify checksum signature. Require cosign binary to be installed.
-v verify checksum signature. Requires cosign binary to be installed.
[tag] the specific release to use (if missing, then the latest will be used)
EOF
exit 2
Expand Down

0 comments on commit ef2f0d1

Please sign in to comment.