Skip to content

0.5.3 - 2026-09-05

Choose a tag to compare

@github-actions github-actions released this 05 Sep 17:59
8feed80

Release Notes

Added

  • --format sarif writes the violations as a SARIF 2.1.0
    log on stderr, in place of the JSON diagnostics, for GitHub code scanning and anything else that reads the format. A
    violation's address travels with it as a partialFingerprints entry, so a consumer can match it against the same
    violation in a later run, and a suppressed violation carries SARIF's own "suppressions": [{"kind": "external"}].
    Unlike the JSON diagnostics, a SARIF log is written even by a run that found nothing.

Install blockwatch 0.5.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mennanov/blockwatch/releases/download/v0.5.3/blockwatch-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mennanov/blockwatch/releases/download/v0.5.3/blockwatch-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install mennanov/blockwatch/blockwatch

Download blockwatch 0.5.3

File Platform Checksum
blockwatch-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
blockwatch-x86_64-apple-darwin.tar.xz Intel macOS checksum
blockwatch-x86_64-pc-windows-msvc.zip x64 Windows checksum
blockwatch-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
blockwatch-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum