10 src = fetchFromGitHub {
14 sha256 = "sha256-HD5OK8HjnLDbyC/TmVI2HfBRIUCyyHTbA3JvKoeXV5E=";
20 description = "Reconnaissance tool for GitHub code search";
22 GitHound pinpoints exposed API keys and other sensitive information
23 across all of GitHub using pattern matching, commit history searching,
24 and a unique result scoring system.
26 homepage = "https://github.com/tillson/git-hound";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];
29 broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.goModules --check