terrascan: 1.6.0 -> 1.7.0

This commit is contained in:
Fabian Affolter 2021-06-29 23:12:50 +02:00
parent 875aa03f41
commit ee9ee7646b

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "terrascan";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "accurics";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AIHfG5Z5I91zcogHxGRP7pLauYHICX6NL0bJTp982sQ=";
sha256 = "sha256-P16CS1W42Q/glsB9G0kagB5oSgwLb5cGMvKFc9jzd8s=";
};
vendorSha256 = "sha256-XzZ3RudyD6YKyc3e3HvUrkXToXs2aFSSCScQgmCfxgQ=";
vendorSha256 = "sha256-22T7C4/ph3z+O1c9uC1p2xzg0JFV+TEdfy4iiIS4Y40=";
# tests want to download a vulnerable Terraform project
doCheck = false;