Skip to content

Commit

Permalink
Add macos quarantine to readme (#129)
Browse files Browse the repository at this point in the history
* Add note about macOS quarantine

Signed-off-by: Ross Turk <ross@rossturk.com>

* Fix project name

Signed-off-by: Ross Turk <ross@rossturk.com>
  • Loading branch information
rossturk authored Aug 7, 2020
1 parent a3a3e38 commit 86d3336
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86d3336

Please # to comment.