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

trivy: 0.32.1 -> 0.33.0
This commit is contained in:
Mario Rodas 2022-10-26 05:50:44 -05:00 committed by GitHub
commit dcb935568e
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.32.1";
version = "0.33.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PF3YYiQkvp85Rrcs0Lg/xshFVInKK52jxaoxDzH8Cps=";
sha256 = "sha256-Df81rXRPJ0wDQLVwEtk9mR9dHXqhLvkxhIfMdr5FTCE=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-h9GydAVW2mIFNMlz9aEW6hUioD9noQwnueatkoQDkpY=";
vendorSha256 = "sha256-I2myL1A3SrI4oBpIPWC0UItCvfslhIktD1ixVPDd3pA=";
excludedPackages = "misc";