From 86d33362805dda361236d8d87eb2a19fcbb8be11 Mon Sep 17 00:00:00 2001 From: Ross Turk Date: Fri, 7 Aug 2020 16:47:36 -0400 Subject: [PATCH] Add macos quarantine to readme (#129) * Add note about macOS quarantine Signed-off-by: Ross Turk * Fix project name Signed-off-by: Ross Turk --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c00221c7321..771cc0b9d802 100644 --- a/README.md +++ b/README.md @@ -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: