sarif-om

C# implementation of the SARIF 2.1.0 object model specification

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Classes implementing the SARIF 2.1.0 object model.

Commands

sarif-om

Examples

Display help information and available commands$ sarif-om --help
Validate a SARIF file against the 2.1.0 schema$ sarif-om validate --input-file report.sarif
Convert SARIF file to JSON format with validation$ sarif-om convert --input-file results.sarif --output-file output.json