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

trivy: 0.33.0 -> 0.34.0
This commit is contained in:
Fabian Affolter
2022-11-01 11:59:52 +01:00
committed by GitHub
+3 -3
View File
@@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.33.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Df81rXRPJ0wDQLVwEtk9mR9dHXqhLvkxhIfMdr5FTCE=";
sha256 = "sha256-6xALedNX37+xUhvsVz7lWgqDppK0b3avUJ3zA6W2n6M=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-I2myL1A3SrI4oBpIPWC0UItCvfslhIktD1ixVPDd3pA=";
vendorSha256 = "sha256-CBsu2p66XgpeInKw/F6f6ULyoLc6cTtlXzNv3fI41YU=";
excludedPackages = "misc";