feat(terraform): add trivy (#5100)

* feat(terraform): add trivy

* fixup! feat(terraform): add trivy

---------

Co-authored-by: cos <cos>
This commit is contained in:
Kevin Pankonen
2026-07-25 22:31:22 +09:00
committed by GitHub
co-authored by cos <cos>
parent c874be57bc
commit 069baf559e
7 changed files with 313 additions and 0 deletions
@@ -728,6 +728,7 @@ Notes:
* `terraform-lsp`
* `tflint`
* `tfsec`
* `trivy`
* Texinfo
* `alex`
* `cspell`
+24
View File
@@ -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*
+1
View File
@@ -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|