10 src = fetchFromGitHub {
11 owner = "americanexpress";
14 hash = "sha256-guSm/ha4ICaOcoynvAwFeojE6ikaCykMcdfskD/ehTw=";
17 vendorHash = "sha256-39jXqCXAwg/C+9gEXiS1X58OD61nMNQifnhgVGEF6ck=";
19 ldflags = [ "-s" "-w" ];
22 description = "Sensitive data detection tool capable of scanning source code repositories for passwords, key files, and more";
23 mainProgram = "earlybird";
24 homepage = "https://github.com/americanexpress/earlybird";
25 changelog = "https://github.com/americanexpress/earlybird/releases/tag/v${version}";
26 license = licenses.asl20;