sarif-fmt

Pretty print and view SARIF security analysis files in the terminal

cargomacoslinuxwindows
Try with needOr install directly
Source

About

View (pretty print) SARIF files in terminal

Commands

sarif-fmt

Examples

Display a SARIF file in a formatted, readable way$ sarif-fmt results.sarif
View SARIF output from a security scanner$ sarif-fmt scan-results.sarif | less
Pretty print and save formatted SARIF to a file$ sarif-fmt input.sarif > formatted-output.txt