Add missing comma

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2023-01-11 11:14:22 -05:00
parent ada457273e
commit 6cc86ad030

View file

@ -149,7 +149,7 @@ control "super-linter-installed-commands" do
{ linter_name: "standard"},
{ linter_name: "stylelint"},
{ linter_name: "tekton-lint"},
{ linter_name: "terraform_fmt", version_command: "terraform fmt --version"}
{ linter_name: "terraform_fmt", version_command: "terraform fmt --version"},
{ linter_name: "terragrunt"},
{ linter_name: "terrascan", version_option: "version"},
{ linter_name: "tflint"},