mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 18:20:57 -05:00
Default to not use Terrascan
This commit is contained in:
parent
20a91b5de5
commit
7a48eb4e9a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue