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