Merge pull request #255447 from fabaff/trivy-bump

trivy: 0.45.0 -> 0.45.1
This commit is contained in:
Fabian Affolter
2023-09-16 13:32:00 +02:00
committed by GitHub
+3 -3
View File
@@ -7,19 +7,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.45.0";
version = "0.45.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-HsxcB3X8/n4Y8sU7im1nEGqMK9bVlhq5ZiF9gG+3YFs=";
hash = "sha256-sifQHzysuA92wYi1quCPx/ZGLKO4iQLgNe++DNDV8f4=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-rlMhmgnqvkKttfIzVMi1Ca/dqOdkoCF9yZbEcr8sv5I=";
vendorHash = "sha256-eQeyMZvOmYb+4K72wrO/vRf+XTkOP2z+7bmwFMVBxO0=";
subPackages = [ "cmd/trivy" ];