Skip to main content

scan

Function scan 

Source
pub fn scan(
    recognizers: &[Box<dyn Recognizer>],
    config: &Config,
    options: &ScanOptions,
) -> ScanResult
Expand description

Run all enabled recognizers in parallel and collect findings.