Merge pull request #218542 from r-ryantm/auto-update/trivy

trivy: 0.37.2 -> 0.37.3
This commit is contained in:
figsoda 2023-02-26 21:53:36 -05:00 committed by GitHub
commit 8ac6786526
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.37.2";
version = "0.37.3";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-k5S0ttOhI+vjiGJpIPVi9ro6n3f2Cxe7HiADvs14Zuo=";
sha256 = "sha256-fndA2rApDXwKeQEQ9Vy/9iJBJPcRWt+yJfvRdNDOwZU=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-EJw5DxiBF+gw5X+vqrnZsNCm2umOHEq6GeQ5V/Z0DrE=";
vendorHash = "sha256-91UPIz5HM82d6s8kHEb9w/vLQgXmoV8fIcbRyXDMNL8=";
excludedPackages = "misc";