Skip to main content

write_cached_findings

Function write_cached_findings 

Source
pub fn write_cached_findings(
    scan_results_dir: &Path,
    sha256: &str,
    options_fingerprint: &str,
    findings: &CachedScanFindings,
) -> Result<(), CacheIoError>