trivy: 0.51.4 -> 0.52.0

(cherry picked from commit 52c000b937a75ce49a8975d94483cd6e6324e732)
This commit is contained in:
R. Ryantm 2024-06-03 16:41:43 +00:00 committed by github-actions[bot]
parent 6d0168bbd0
commit 50f4c19311

@ -11,19 +11,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.51.4";
version = "0.52.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
rev = "refs/tags/v${version}";
hash = "sha256-f7qWD63dvKGnwGmeENPjtqvpRgq06MkLCQ0MVgsLJRw=";
hash = "sha256-lsUqzbHv+/P5RAOc774GhFMaY21+T7NnPKK9v/uLP8M=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-U1HkIBHoZVrisTbVRqqP/B9idZ9G3KsCGLSVBbBV7lE=";
vendorHash = "sha256-MsHlJ56MT+UqF+Psj+hKKpwPnRTcQ3RvWoHbmI93A5E=";
subPackages = [ "cmd/trivy" ];