Skip to content
/ sarif4j Public
forked from dector/sarif-kotlin

JVM bindings for the Static analysis results format (SARIF)

License

Notifications You must be signed in to change notification settings

detekt/sarif4j

 
 

Repository files navigation

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

About

JVM bindings for the Static analysis results format (SARIF)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 83.0%
  • Java 17.0%