The Static Analysis Results Interchange Format (SARIF) is an industry standard format for the output of static analysis tools.
./gradlew build
The build consists of three steps:
- Getting the schema file via
getSchema
task - Building the models via
generateJsonSchema2Pojo
task - Compiling the
SarifJsonWriter
helpers