Merge pull request #314393 from fabaff/trivy-bump

trivy: 0.51.2 -> 0.51.4
This commit is contained in:
Fabian Affolter 2024-05-25 09:01:48 +02:00 committed by GitHub
commit ece17f9934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,19 +11,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.51.2";
version = "0.51.4";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
rev = "refs/tags/v${version}";
hash = "sha256-GvX6oR0E+ynYm+7tfnzQUIScdKFWBQ81FNrMdPRuDcY=";
hash = "sha256-f7qWD63dvKGnwGmeENPjtqvpRgq06MkLCQ0MVgsLJRw=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-MRdN45629s09Sfr63p6tDDBlEd7MYlDFnJoqcC+ixMU=";
vendorHash = "sha256-U1HkIBHoZVrisTbVRqqP/B9idZ9G3KsCGLSVBbBV7lE=";
subPackages = [ "cmd/trivy" ];