keyhog 0.5.73

GPU-accelerated secret scanner for code, Git history, cloud, containers, browser assets, and live credential verification
1
2
3
4
5
6
#![cfg(test)]

// Standalone integration test for the heavy e2e binary-spawning suite.
// Kept out of all_tests so the contract/gap aggregator finishes in CI time.
#[path = "e2e/mod.rs"]
mod e2e;