Default to not use Terrascan

This commit is contained in:
Cesar Rodriguez 2020-07-24 00:30:37 -04:00
parent 20a91b5de5
commit 7a48eb4e9a

View file

@ -89,6 +89,8 @@ function GetValidationInfo() {
else else
# No linter flags were set - default all to true # No linter flags were set - default all to true
eval "${VALIDATE_LANGUAGE}='true'" eval "${VALIDATE_LANGUAGE}='true'"
# Default Terrascan to false
VALIDATE_TERRAFORM_TERRASCAN="false"
fi fi
done done