Merge pull request #272570 from fabaff/trivy-bump

trivy: 0.47.0 -> 0.48.0
This commit is contained in:
Fabian Affolter 2023-12-07 02:15:01 +01:00 committed by GitHub
commit a48a7f4964
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.47.0";
version = "0.48.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Ahy6wiBoOwS3MIrAIg2gIk2gkmphkCJUYAUtqVydA2Q=";
hash = "sha256-NINEitFZm1d0foG1P+evLiXXNVNwzK3PMCicksDaBFc=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-qG4z52oVa3sgu8QKX8UbHsk/aSfacgZShX298WUu2oU=";
vendorHash = "sha256-EYcOOQBwzXu87q0EfJr7TUypGJW3qtosP3ARLssPOS8=";
subPackages = [ "cmd/trivy" ];