diff options
author | thyme-87 <thyme-87@users.noreply.github.com> | 2021-12-11 12:51:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 20:51:26 +0900 |
commit | 091592bfb09e7e994bd860fa3776e8cf4346bf5a (patch) | |
tree | f5ad6b947024d89140b7452ea58fe3d2e99b5243 /doc/ale-terraform.txt | |
parent | b9744076a1603b37bc861e1aa885bbc052e0ed63 (diff) | |
download | ale-091592bfb09e7e994bd860fa3776e8cf4346bf5a.zip |
add support for checkov for linting terraform files (#4006)
* add support for checkov for terraform
* add tests for checkov handler
* add basic linter config tests for checkov
* update supported tools and languages lists
* simplify ale_linters#terraform#checkov#Handle
* ensure "-o json --quiet" is always set for checkov
* add documentation for checkov including config options
* fix tests after changing handling of default options for checkov
* add checkov to list of tools in doc/ale.txt
Diffstat (limited to 'doc/ale-terraform.txt')
-rw-r--r-- | doc/ale-terraform.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-terraform.txt b/doc/ale-terraform.txt index 175bdf5c..6acf63ac 100644 --- a/doc/ale-terraform.txt +++ b/doc/ale-terraform.txt @@ -3,6 +3,25 @@ ALE Terraform Integration *ale-terraform-options* =============================================================================== +checkov *ale-terraform-checkov* + +g:ale_terraform_checkov_executable *g:ale_terraform_checkov_executable* + *b:ale_terraform_checkov_executable* + + Type: |String| + Default: `'checkov'` + + This variable can be changed to use a different executable for checkov. + + +g:ale_terraform_checkov_options *g:ale_terraform_checkov_options* + *b:ale_terraform_checkov_options* + Type: |String| + Default: `''` + + This variable can be changed to set additional options for checkov. + +=============================================================================== terraform-fmt-fixer *ale-terraform-fmt-fixer* g:ale_terraform_fmt_executable *g:ale_terraform_fmt_executable* |