mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
Add macos quarantine to readme (#129)
* Add note about macOS quarantine Signed-off-by: Ross Turk <ross@rossturk.com> * Fix project name Signed-off-by: Ross Turk <ross@rossturk.com>
This commit is contained in:
parent
a3a3e3848f
commit
86d3336280
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ brew tap anchore/syft
|
|||
brew install syft
|
||||
```
|
||||
|
||||
You may experience a "macOS cannot verify app is free from malware" error upon running Syft because it is not yet signed and notarized. You can override this using `xattr`.
|
||||
```bash
|
||||
xattr -rd com.apple.quarantine syft
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
Configuration search paths:
|
||||
|
|
Loading…
Reference in a new issue