Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 522 Bytes

What is SARIF?

The Static Analysis Results Interchange Format (SARIF) is an industry standard format for the output of static analysis tools.

Website Schema

Build

./gradlew build

The build consists of three steps:

  1. Getting the schema file via getSchema task
  2. Building the models via generateJsonSchema2Pojo task
  3. Compiling the SarifJsonWriter helpers