Merge pull request #241347 from fabaff/trivy-bump

trivy: 0.42.1 -> 0.43.0
This commit is contained in:
figsoda 2023-07-03 19:32:48 -04:00 committed by GitHub
commit 03a8cb9ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.42.1";
version = "0.43.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QEjhnZmrmVzNG1/Zj8z/76v0Fb1N0rMYlvGb2pid2VM=";
sha256 = "sha256-I1r164dkrgs7VYF+xSjWid9Sy2oJLVjiLqb9SimKsIo=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorHash = "sha256-bEmp3Fq9Zop3YCbZH4lOG71osY0P71xuhpIPOUSnHSY=";
vendorHash = "sha256-+3h95Ita0Kg1QFkstblaMerDa1MaTmwCmZQle5vhZbY=";
excludedPackages = [ "magefiles" "misc" ];