From 7a48eb4e9a174461e403395b40602f52d2be6ebe Mon Sep 17 00:00:00 2001 From: Cesar Rodriguez Date: Fri, 24 Jul 2020 00:30:37 -0400 Subject: [PATCH] Default to not use Terrascan --- lib/validation.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/validation.sh b/lib/validation.sh index 39618a3e..5e78307c 100755 --- a/lib/validation.sh +++ b/lib/validation.sh @@ -89,6 +89,8 @@ function GetValidationInfo() { else # No linter flags were set - default all to true eval "${VALIDATE_LANGUAGE}='true'" + # Default Terrascan to false + VALIDATE_TERRAFORM_TERRASCAN="false" fi done