Skip to content

Commit b431a43

Browse files
authored
fix: Properly exclude .terraform directory with checkov hook (antonbabenko#306)
1 parent d826474 commit b431a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
pass_filenames: false
101101
always_run: false
102102
files: \.tf$
103-
exclude: \.+.terraform\/.*$
103+
exclude: \.terraform\/.*$
104104
require_serial: true
105105

106106
- id: terrascan

0 commit comments

Comments
 (0)