mirror of
https://github.com/dense-analysis/ale.git
synced 2026-07-31 04:12:53 +08:00
feat(terraform): add trivy (#5100)
* feat(terraform): add trivy * fixup! feat(terraform): add trivy --------- Co-authored-by: cos <cos>
This commit is contained in:
co-authored by
cos <cos>
parent
c874be57bc
commit
069baf559e
@@ -728,6 +728,7 @@ Notes:
|
||||
* `terraform-lsp`
|
||||
* `tflint`
|
||||
* `tfsec`
|
||||
* `trivy`
|
||||
* Texinfo
|
||||
* `alex`
|
||||
* `cspell`
|
||||
|
||||
@@ -139,6 +139,30 @@ g:ale_terraform_tflint_options
|
||||
to include '-f json' in your new value.
|
||||
|
||||
|
||||
===============================================================================
|
||||
trivy *ale-terraform-trivy*
|
||||
|
||||
*ale-options.terraform_trivy_executable*
|
||||
*g:ale_terraform_trivy_executable*
|
||||
*b:ale_terraform_trivy_executable*
|
||||
terraform_trivy_executable
|
||||
g:ale_terraform_trivy_executable
|
||||
Type: |String|
|
||||
Default: `'trivy'`
|
||||
|
||||
This variable can be changed to use a different executable for trivy.
|
||||
|
||||
*ale-options.terraform_trivy_options*
|
||||
*g:ale_terraform_trivy_options*
|
||||
*b:ale_terraform_trivy_options*
|
||||
terraform_trivy_options
|
||||
g:ale_terraform_trivy_options
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be changed to pass custom CLI flags to trivy.
|
||||
|
||||
|
||||
===============================================================================
|
||||
tfsec *ale-terraform-tfsec*
|
||||
|
||||
|
||||
@@ -4047,6 +4047,7 @@ documented in additional help files.
|
||||
terraform-ls..........................|ale-terraform-terraform-ls|
|
||||
terraform-lsp.........................|ale-terraform-terraform-lsp|
|
||||
tflint................................|ale-terraform-tflint|
|
||||
trivy.................................|ale-terraform-trivy|
|
||||
tfsec.................................|ale-terraform-tfsec|
|
||||
tex.....................................|ale-tex-options|
|
||||
chktex................................|ale-tex-chktex|
|
||||
|
||||
Reference in New Issue
Block a user