From d363104649732f91a52e3f4f80ec2ae77283b437 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy Date: Thu, 21 Sep 2023 16:45:23 -0400 Subject: [PATCH 1/2] Update README.md Add installation using Homebrew on macOS Signed-off-by: Trishank Karthik Kuppusamy --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e863286d4..fec0a45c9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Option 2: Compile manually](#option-2-compile-manually) - [Use the installer Action on GitHub Actions](#use-the-installer-action-on-github-actions) - [Download the binary](#download-the-binary) + - [Use Homebrew on macOS](#use-homebrew-on-macos) - [Available options](#available-options) - [Option list](#option-list) - [Option details](#option-details) @@ -164,6 +165,10 @@ $ sha256sum -c --strict SHA256SUM.md slsa-verifier-linux-amd64: OK ``` +### Use Homebrew on macOS + +If you are using macOS and Homebrew, then you can install the verifier using this [formula](https://formulae.brew.sh/formula/slsa-verifier). + ## Available options We currently support artifact verification (for binary blobs) and container images. From 36c8345c004fc05b37c3b0aff669b91fd4808042 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy Date: Thu, 21 Sep 2023 17:12:15 -0400 Subject: [PATCH 2/2] Update README.md Signed-off-by: Trishank Karthik Kuppusamy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fec0a45c9..b56628b8b 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ $ sha256sum -c --strict SHA256SUM.md ### Use Homebrew on macOS -If you are using macOS and Homebrew, then you can install the verifier using this [formula](https://formulae.brew.sh/formula/slsa-verifier). +If you are using macOS and Homebrew, then you can install the verifier using this community-maintained [formula](https://formulae.brew.sh/formula/slsa-verifier). ## Available options