Skip to content

Commit

Permalink
Fix inspec test linter_name for terraform fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni committed Jan 11, 2023
1 parent 6cc86ad commit 58a5e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inspec/super-linter/controls/super_linter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
{ linter_name: "standard"},
{ linter_name: "stylelint"},
{ linter_name: "tekton-lint"},
{ linter_name: "terraform_fmt", version_command: "terraform fmt --version"},
{ linter_name: "terraform"},
{ linter_name: "terragrunt"},
{ linter_name: "terrascan", version_option: "version"},
{ linter_name: "tflint"},
Expand Down

0 comments on commit 58a5e5c

Please sign in to comment.