Update src/scanner/runner.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mick Grove 2025-08-03 10:35:52 -07:00 committed by GitHub
commit 1e466feee8

View file

@ -96,9 +96,6 @@ pub async fn run_async_scan(
}
}
// if input_roots.is_empty() {
// bail!("No inputs to scan");
// }
let shared_profiler = Arc::new(ConcurrentRuleProfiler::new());
let enable_profiling = args.rule_stats;
let matcher_stats = Mutex::new(MatcherStats::default());