keyhog 0.5.44

keyhog detects leaked credentials in source trees, git history, archives, and remote sources
Documentation
1
2
3
4
5
6
//! Contract gate: backend subcommand defines self-test failure exit 4.

#[test]
fn backend_self_test_exit_code_four_in_src() {
    assert_eq!(keyhog::exit_codes::EXIT_BACKEND_SELF_TEST_FAILED, 4);
}