trivy: 0.38.2 -> 0.38.3

This commit is contained in:
R. Ryantm 2023-03-19 07:51:06 +00:00
parent d384095645
commit 4595e2f2a6

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.38.2";
version = "0.38.3";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mQXXS3Hg7bnspdznvThRKaY7aoCB8UsBP6J1tVZKTj4=";
sha256 = "sha256-CSqueR++2vL4K8aexpbzawIhN0dJoSvS6Nzrn97hJe4=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorHash = "sha256-PTPhfgI7wheK1brr/YvDh1T01vCu7YoJX8UB+SGV3Zg=";
vendorHash = "sha256-ZB3QVMeLtR9bNUnGVqcADf3RHT99b1jiVvBuGYjtJds=";
excludedPackages = "misc";