trivy: 0.51.1 -> 0.51.2

This commit is contained in:
R. Ryantm 2024-05-20 16:16:40 +00:00
parent 0852bd6a95
commit c83d01249c

View File

@ -11,19 +11,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.51.1";
version = "0.51.2";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
rev = "refs/tags/v${version}";
hash = "sha256-JrUZkKiiSJ0GItOj7x+CbrO2WpOSsDFz32mkwsQjs28=";
hash = "sha256-GvX6oR0E+ynYm+7tfnzQUIScdKFWBQ81FNrMdPRuDcY=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-mIbqI9uBjLuIQKdju+5VtM4gPGxPCC9vMilmiySjdpI=";
vendorHash = "sha256-MRdN45629s09Sfr63p6tDDBlEd7MYlDFnJoqcC+ixMU=";
subPackages = [ "cmd/trivy" ];