pub fn render_with_options(
report: &ScanReport,
format: OutputFormat,
options: RenderOptions,
) -> Result<String>Expand description
Renders a scan report with presentation controls.
ยงErrors
Returns an error when JSON serialization fails.