Merge pull request #280301 from fabaff/trivy-bump

trivy: 0.48.2 -> 0.48.3
This commit is contained in:
Nick Cao 2024-01-11 15:50:03 -05:00 committed by GitHub
commit 7b8df44d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,19 +10,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.48.2";
version = "0.48.3";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-b7lwy1erESjSg+pPZelYNBfIcbdcfDdM3klefQ6+L00=";
hash = "sha256-zWv/4dDzWfR9qbbBaMaHFMId1OVhcOja7lTy3gcm77w=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-1jznsC6VFUph7AKk86iGAV7GKFoAcA87Ltt4n0EaX4c=";
vendorHash = "sha256-EOu4VHfrQbIP1vSWF3UkZDMyEIcbjQKjzdch9c6cVg4=";
subPackages = [ "cmd/trivy" ];