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