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

trivy: 0.48.3 -> 0.49.0
This commit is contained in:
Fabian Affolter 2024-02-02 09:04:03 +01:00 committed by GitHub
commit 0a1ac89992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,19 +10,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.48.3";
version = "0.49.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zWv/4dDzWfR9qbbBaMaHFMId1OVhcOja7lTy3gcm77w=";
hash = "sha256-Kx+84kI/8KOOz2p7xGvjOSyMa1Co9u5c0lWOtfi8SVE=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-EOu4VHfrQbIP1vSWF3UkZDMyEIcbjQKjzdch9c6cVg4=";
vendorHash = "sha256-Ldv71C4d9/IO1u+eDKKTHc0pjY8lfnIjQZ57IMWv7Qk=";
subPackages = [ "cmd/trivy" ];