Merge pull request #286917 from r-ryantm/auto-update/trivy

trivy: 0.49.0 -> 0.49.1
This commit is contained in:
Nick Cao 2024-02-07 08:45:27 -05:00 committed by GitHub
commit 3510bdc37d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,19 +10,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.49.0";
version = "0.49.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Kx+84kI/8KOOz2p7xGvjOSyMa1Co9u5c0lWOtfi8SVE=";
hash = "sha256-+wgnj7mDIJ5UPGfD7vogdcbUeBdvTenL/a0Ew4CfuvE=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-Ldv71C4d9/IO1u+eDKKTHc0pjY8lfnIjQZ57IMWv7Qk=";
vendorHash = "sha256-IL3FHgOYQYJIqJKr2eEeM/NzO+SeYucGSNUUY62kHNA=";
subPackages = [ "cmd/trivy" ];