Merge pull request #275511 from fabaff/trivy-bump

trivy: 0.48.0 -> 0.48.1
This commit is contained in:
Fabian Affolter 2023-12-20 08:41:02 +01:00 committed by GitHub
commit 60cb2f2be8
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.48.0";
version = "0.48.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NINEitFZm1d0foG1P+evLiXXNVNwzK3PMCicksDaBFc=";
hash = "sha256-BljAzfTm/POxshj34mSjXQl64vxBkQZc8T3cTe95eVA=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-EYcOOQBwzXu87q0EfJr7TUypGJW3qtosP3ARLssPOS8=";
vendorHash = "sha256-L+UGAg3UERhty3kwksgFojXchr5GzHqULcxJw6Gy2WM=";
subPackages = [ "cmd/trivy" ];