Homebrew formulae for sbom-tools — a semantic SBOM diff and analysis tool.
brew install sbom-tool/tap/sbom-toolsHomebrew builds from source and verifies the source tarball SHA256 automatically. No manual verification is needed.
brew update
brew upgrade sbom-toolsIf you download pre-built binaries from GitHub Releases instead of using Homebrew, each archive is signed with Sigstore and has a GitHub build attestation:
# Verify Sigstore signature (replace version tag)
cosign verify-blob \
--bundle sbom-tools-macos-aarch64.tar.gz.bundle \
--certificate-identity 'https://github.com/sbom-tool/sbom-tools/.github/workflows/publish-crates.yml@refs/tags/v0.1.15' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
sbom-tools-macos-aarch64.tar.gz
# Verify GitHub attestation
gh attestation verify sbom-tools-macos-aarch64.tar.gz \
--repo sbom-tool/sbom-toolsMIT