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

trivy: 0.34.0 -> 0.35.0
This commit is contained in:
Mario Rodas
2022-11-30 06:23:03 -05:00
committed by GitHub
+3 -3
View File
@@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6xALedNX37+xUhvsVz7lWgqDppK0b3avUJ3zA6W2n6M=";
sha256 = "sha256-0lEKXCQ7os6hyqEuugNI8ogZiqJZq58VGafEKrcmV3I=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-CBsu2p66XgpeInKw/F6f6ULyoLc6cTtlXzNv3fI41YU=";
vendorSha256 = "sha256-cl6EShtXhe72fbKIMbma9pEGLPBVSNZMiHWi94BbkMM=";
excludedPackages = "misc";