bomber-go: 0.3.4 -> 0.4.4

This commit is contained in:
Aaron Jheng 2023-08-22 17:43:43 +08:00
parent 46e52862ed
commit cedcb3ef2f
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

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";