sarif-rs

sarif-rs is a group of Rust libraries and CLI tools for interacting with SARIF files.

Get started

Open-source MIT License. GitHub

SARIF

The Static Analysis Results Interchange Format (SARIF) is an open specification for reporting software defects and enables communication between different backends and frontends.

Interoperability

sarif-rs provides converters from various tools (clippy, hadolint, shellcheck) and the SARIF format. This enables tool compatibility with other SARIF based tools (ex. Github Advanced Security).

POSIX Tools

All CLI tools are POSIX compliant, making them easy to use and chain with other CLI tools.