pub fn render(
findings: &[Finding],
verdict: &PolicyVerdict,
format: OutputFormat,
target_name: &str,
) -> Result<String>Expand description
Render findings into the specified format.
pub fn render(
findings: &[Finding],
verdict: &PolicyVerdict,
format: OutputFormat,
target_name: &str,
) -> Result<String>Render findings into the specified format.