Skip to content

Commit

Permalink
feat: Add homebrew formula to README (#702)
Browse files Browse the repository at this point in the history
Add installation using Homebrew on macOS

---------

Signed-off-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>
  • Loading branch information
trishankatdatadog committed Sep 21, 2023
1 parent d23c979 commit e2c7ca1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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 community-maintained [formula](https://formulae.brew.sh/formula/slsa-verifier).

## Available options

We currently support artifact verification (for binary blobs) and container images.
Expand Down

0 comments on commit e2c7ca1

Please sign in to comment.