mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: Support for TFSec (#103)
This commit is contained in:
parent
29fa14037b
commit
2be8fe5453
3 changed files with 576 additions and 1 deletions
|
|
@ -57,3 +57,9 @@
|
|||
language: script
|
||||
files: (\.hcl)$
|
||||
exclude: \.terraform\/.*$
|
||||
|
||||
- id: terraform_tfsec
|
||||
name: Terraform validate with tfsec
|
||||
description: Static analysis of Terraform templates to spot potential security issues.
|
||||
entry: terraform_tfsec.sh
|
||||
language: script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue