sarif-fmt 0.2.8

Convert clippy output to SARIF
sarif-fmt-0.2.8 is not a library.

Workflow Status

sarif-fmt

DO NOT USE (EARLY IMPLEMENTATION)

This crate provides a command line tool to format SARIF files to pretty printed text.

The latest documentation can be found here.

SARIF or the Static Analysis Results Interchange Format is an industry standard format for the output of static analysis tools. More information can be found on the official website: https://sarifweb.azurewebsites.net/.

Installation

sarif-fmt may be insalled via cargo

cargo install sarif-fmt

Usage

For most cases, simply pipe a SARIF file into sarif-fmt

Example

cargo clippy --message-format=json | clippy-sarif | sarif-fmt

License: MIT