Skip to main content

write_json_report

Function write_json_report 

Source
pub fn write_json_report(
    result: &ScanResult,
    path: &Path,
    today: NaiveDate,
) -> Result<()>
Expand description

Serialize the scan result as JSON and write it to a file (used by sweep --output).