keyhog 0.5.37

keyhog: detects leaked credentials in source trees, git history, and cloud storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod baseline;
pub mod cli_misc;
// daemon module + wire tests are unix-only (Unix-domain sockets).
#[cfg(unix)]
pub mod daemon_wire;
pub mod file_gate;
pub mod format;
pub mod gates;
pub mod installer;
pub mod orchestrator;
pub mod orchestrator_config;
pub mod path_validation;
pub mod sources;
pub mod style;
pub mod subcommands_detectors;
pub mod subcommands_explain;
pub mod test_fixture_suppressions;
pub mod value_parsers;