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

trivy: 0.41.0 -> 0.42.0
This commit is contained in:
Fabian Affolter 2023-06-07 09:40:11 +02:00 committed by GitHub
commit 8b56171f6c
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.41.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GDApctrRWRJ9svPBWGt86slnCtmZyciQ03rhYW1958s=";
sha256 = "sha256-TmtQ7rs77W6YFjh3y9kvIZabcGT6U/SCr5Hg6pa7K+s=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorHash = "sha256-JlLQpBiviVXcX1xK0pi2igErCzvOXBc28m4fzDuIQ1U=";
vendorHash = "sha256-4YUJ4HfbAvYt/QtI9wmh8326T4avIXCtPkICo4lEpqQ=";
excludedPackages = [ "magefiles" "misc" ];