Merge pull request #202014 from r-ryantm/auto-update/terrascan

terrascan: 1.16.0 -> 1.17.0
This commit is contained in:
Fabian Affolter 2022-11-20 10:02:45 +01:00 committed by GitHub
commit c72035b160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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