From 501870f89fac82f40e81073d751064ebd70014e8 Mon Sep 17 00:00:00 2001 From: Dan Luhring Date: Fri, 6 Nov 2020 13:40:31 -0500 Subject: [PATCH] Update README for secure macOS releases Signed-off-by: Dan Luhring --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7d75ca079..df6201e8f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Where the `format`s available are: ## Installation -**Recommended** +**Recommended (macOS and Linux)** ```bash # install the latest version to /usr/local/bin curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin @@ -63,17 +63,12 @@ curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh - curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b ``` -**macOS** +**Homebrew (macOS)** ```bash 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: