forked from github/pre-commit-opentofu
fix: Properly exclude .terraform directory with checkov hook (#306)
This commit is contained in:
parent
d826474a12
commit
b431a43ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
pass_filenames: false
|
||||
always_run: false
|
||||
files: \.tf$
|
||||
exclude: \.+.terraform\/.*$
|
||||
exclude: \.terraform\/.*$
|
||||
require_serial: true
|
||||
|
||||
- id: terrascan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue