Function dragonfly_client_rs::scanner::scan_all_distributions
source ยท pub fn scan_all_distributions(
http_client: &Client,
rules: &Rules,
job: &Job,
) -> Result<Vec<DistributionScanResults>>
Expand description
Scan all the distributions of the given job against the given ruleset
Uses the provided HTTP client to download each distribution.