Skip to main content

render

Function render 

Source
pub fn render(
    findings: &[Finding],
    verdict: &PolicyVerdict,
    scan_root: &Path,
) -> String
Expand 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.