pub fn render(
findings: &[Finding],
verdict: &PolicyVerdict,
scan_root: &Path,
) -> StringExpand description
Render findings as colored console output, grouped by severity then file path.
Each finding includes a truncated fingerprint (first 12 hex chars) for quick cross-referencing with JSON/SARIF/HTML outputs.