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
//! 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);
}