Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

This project targets to make a universal SARIF format converter

License

Notifications You must be signed in to change notification settings

jiangxincode/SarifConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SarifConverter

This project is archived because of Infer has supported SARIF format output since Infer facebook/infer#1487

[Release Version](

SARIF, the Static Analysis Results Interchange Format, defines a standard format for the output of static analysis tools.

You can see more for details about SARIF:

This project targets to make a universal SARIF format converter, like:

  • Convert Facebook Infer check tool output(JSON format) to SARIF format
  • Convert Simain check tool output to SARIF format
  • Convert Fireline check tool
  • ...

How to Use

Download the latest Release:

Release Version

mvn clean package
java -jar ./target/SarifConverter-${VERSION}.jar --input "./src/test/resources/infer_report.json" --output "./target/infer_report.sarif" --type infer2sarif

There is a example: https://github.com/jiangxincode/ApkToolBoxGUI/blob/master/.github/workflows/InferReport.yml