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

trivy: 0.38.2 -> 0.38.3
This commit is contained in:
Fabian Affolter 2023-03-19 11:24:11 +01:00 committed by GitHub
commit 242fbfbc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";