Merge pull request #261104 from fabaff/trivy-bump

trivy: 0.45.1 -> 0.46.0
This commit is contained in:
Fabian Affolter 2023-10-15 09:26:18 +02:00 committed by GitHub
commit 5fb83ffc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,19 +7,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.45.1";
version = "0.46.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-sifQHzysuA92wYi1quCPx/ZGLKO4iQLgNe++DNDV8f4=";
hash = "sha256-hthVpiiTRrBdEL5QsL8NiOYNRXybCAfAnCn5w3JfNn4=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-eQeyMZvOmYb+4K72wrO/vRf+XTkOP2z+7bmwFMVBxO0=";
vendorHash = "sha256-2Aig/udgLQzNmVJ0m1C7wfqlNefpexQOrh2HCPBK9Mc=";
subPackages = [ "cmd/trivy" ];