terrascan: 1.17.0 -> 1.17.1

Diff: https://github.com/accurics/terrascan/compare/v1.17.0...v1.17.1
This commit is contained in:
Fabian Affolter 2022-12-20 14:24:46 +01:00
parent e4599c2a03
commit 3d4687c6cd

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "terrascan";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "accurics";
repo = pname;
rev = "v${version}";
sha256 = "sha256-I7tA6FRsG3miIXibmBAFvanIyI8jgThrInQEzUCxvAs=";
sha256 = "sha256-XcMDdnqx64UcEzD44z34sm5TmshPOTb5tivBnGXQLjo=";
};
vendorSha256 = "sha256-ahj67MoS+VXNlh5dRA722tq27JRQGaC7TejOVIAH8ms=";
vendorSha256 = "sha256-HjWUV5gfh2WnUAayZIj6LGFs0rMv2n7v6zJJrzBHBwg=";
# Tests want to download a vulnerable Terraform project
doCheck = false;