Merge pull request #250730 from aaronjheng/bomber

bomber-go: 0.3.4 -> 0.4.4
This commit is contained in:
Fabian Affolter 2023-08-23 15:57:36 +02:00 committed by GitHub
commit c22c0ad479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,22 +5,26 @@
buildGoModule rec {
pname = "bomber-go";
version = "0.3.4";
version = "0.4.4";
src = fetchFromGitHub {
owner = "devops-kung-fu";
repo = "bomber";
rev = "refs/tags/v${version}";
hash = "sha256-q30wTM8HQURDBUReQsXgKHI4m4sSdHbWPwUld0sAays=";
hash = "sha256-vFdXtkz2T6kP/j/j9teHpf4XesqOmKFliZJRyGZKdwg=";
};
vendorHash = "sha256-tkjwnc5EquAuIfYKy8u6ZDFJPl/UTW6x7vvY1QTsBXg=";
vendorHash = "sha256-GHzJQVq748kG+X9amsQmqZ2cRzwQDO5LfBqvZwVn6W8=";
ldflags = [
"-w"
"-s"
];
checkFlags = [
"-skip=TestEnrich" # Requires network access
];
meta = with lib; {
description = "Tool to scans Software Bill of Materials (SBOMs) for vulnerabilities";
homepage = "https://github.com/devops-kung-fu/bomber";