trivy: fix on darwin

This commit is contained in:
06kellyjac
2022-08-22 19:24:36 +10:00
committed by zowoq
parent eaf476b608
commit 14fa34e9ad
+3 -1
View File
@@ -13,7 +13,9 @@ buildGoModule rec {
rev = "v${version}";
sha256 = "sha256-4QNnZHFPyAAQOGRKse4cCc34FgMpelHj+MFTuHLUodE=";
};
vendorSha256 = "sha256-IO8QOUKTHXeinOW1Wrg2gl2z0u1/TCcPOHmX0G3ONrc=";
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-Kc7M0wetqAfjoosUYW7v0ZLJ7bb/4z6gG6G83D072Dc=";
excludedPackages = "misc";