mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
Update README to account for change in macOS release
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
627fd06d2d
commit
9f9f396da6
1 changed files with 2 additions and 8 deletions
10
README.md
10
README.md
|
@ -72,7 +72,7 @@ grype db update
|
|||
|
||||
## Installation
|
||||
|
||||
**Recommended**
|
||||
**Recommended (macOS and Linux)**
|
||||
|
||||
```bash
|
||||
# install the latest version to /usr/local/bin
|
||||
|
@ -82,19 +82,13 @@ curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh
|
|||
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b <SOME_BIN_PATH> <RELEASE_VERSION>
|
||||
```
|
||||
|
||||
**macOS**
|
||||
**Homebrew (macOS)**
|
||||
|
||||
```bash
|
||||
brew tap anchore/grype
|
||||
brew install grype
|
||||
```
|
||||
|
||||
You may experience a "macOS cannot verify app is free from malware" error upon running Grype because it is not yet signed and notarized. You can override this using `xattr`.
|
||||
|
||||
```bash
|
||||
xattr -rd com.apple.quarantine grype
|
||||
```
|
||||
|
||||
## Shell Completion
|
||||
|
||||
Grype supplies shell completion through its CLI implementation ([cobra](https://github.com/spf13/cobra/blob/master/shell_completions.md)).
|
||||
|
|
Loading…
Reference in a new issue