Skip to content

Commit

Permalink
fix: Properly exclude .terraform directory with checkov hook (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Dec 21, 2021
1 parent d826474 commit b431a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
pass_filenames: false
always_run: false
files: \.tf$
exclude: \.+.terraform\/.*$
exclude: \.terraform\/.*$
require_serial: true

- id: terrascan
Expand Down

0 comments on commit b431a43

Please sign in to comment.