11 src = fetchFromGitHub {
15 hash = "sha256-W+rYDyRIw4jWWO4UZkUHFq/D/7ZXM+y5vdbclk6S0ro=";
19 # https://github.com/tillson/git-hound/pull/66
21 url = "https://github.com/tillson/git-hound/commit/cd8aa19401cfdec9e4d76c1f6eb4d85928ec4b03.patch";
22 hash = "sha256-EkdR2KkxxlMLNtKFGpxsQ/msJT5NcMF7irIUcU2WWJY=";
26 # tests fail outside of nix
29 vendorHash = "sha256-8teIa083oMXm0SjzMP+mGOVAel1Hbsp3TSMhdvqVbQs=";
32 description = "Reconnaissance tool for GitHub code search";
34 GitHound pinpoints exposed API keys and other sensitive information
35 across all of GitHub using pattern matching, commit history searching,
36 and a unique result scoring system.
38 homepage = "https://github.com/tillson/git-hound";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];
41 mainProgram = "git-hound";