SARIF processing tools by Space ROS
The process-sarif snap provides tools and scripts to assist in parsing and aggregating output of static analysis tools in SARIF (Static Analysis Results Interchange Format) standard format. Its features include parsing a .sarif file, removing duplicated results, and generating visualizations by result level and severity. The project is developed and maintained by Space ROS.
- Source: https://github.com/space-ros/process_sarif
- Installation:
snap install process-sarif
- Usage: Navigate to a directory containing the SARIF file(s) you wish to analyze. Run any of the available commands (sarif-load-test, conformance, duplicates, visualize), as
process-sarif.<app_name>
(ie: process-sarif.sarif-load-test)