pub fn run_sarif_tools(root: &Path, tools: &[SarifTool]) -> DiagnosticsReportExpand description
Run external SARIF tools and merge their output into a DiagnosticsReport.
Each tool’s command is run with {root} replaced by the project root path.
Tools must emit SARIF 2.1.0 JSON to stdout.