11 src = fetchFromGitHub {
12 owner = "devops-kung-fu";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-q3x3duXc2++BvVul2a5fBTcPHWrOHpPOGHBUXL08syg=";
18 vendorHash = "sha256-jVdrvc48/Vt240EYk5PtZCjNGipX7M1qF8OJdpu/qI4=";
26 "-skip=TestEnrich" # Requires network access
30 description = "Tool to scans Software Bill of Materials (SBOMs) for vulnerabilities";
31 homepage = "https://github.com/devops-kung-fu/bomber";
32 changelog = "https://github.com/devops-kung-fu/bomber/releases/tag/v${version}";
33 license = licenses.mpl20;
34 mainProgram = "bomber";
35 maintainers = with maintainers; [ fab ];