sarif-tools

CLI tools and library for working with SARIF security analysis files

brewmacoslinux
Try with needOr install directly
Source

About

Set of command-line tools and Python library for working with SARIF files

Commands

sarif

Examples

Validate a SARIF file for correctness$ sarif validate results.sarif
Convert SARIF file to human-readable format$ sarif cat results.sarif
Merge multiple SARIF files into one$ sarif merge results1.sarif results2.sarif -o combined.sarif