10 src = fetchFromGitHub {
11 owner = "devops-kung-fu";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-q30wTM8HQURDBUReQsXgKHI4m4sSdHbWPwUld0sAays=";
17 vendorHash = "sha256-tkjwnc5EquAuIfYKy8u6ZDFJPl/UTW6x7vvY1QTsBXg=";
25 description = "Tool to scans Software Bill of Materials (SBOMs) for vulnerabilities";
26 homepage = "https://github.com/devops-kung-fu/bomber";
27 license = licenses.mpl20;
28 mainProgram = "bomber";
29 maintainers = with maintainers; [ fab ];