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

This branch is 16 commits ahead of, 2 commits behind dector/sarif-kotlin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b05df33 · Nov 15, 2020

History

19 Commits
Nov 15, 2020
Oct 17, 2020
Nov 15, 2020
Sep 27, 2020
Oct 17, 2020
Oct 17, 2020
Oct 17, 2020
Nov 15, 2020
Oct 17, 2020
Oct 2, 2020
Oct 2, 2020
Oct 17, 2020
Oct 2, 2020

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%