fix: Properly exclude .terraform directory with checkov hook (#306)

This commit is contained in:
Maksym Vlasov 2021-12-21 21:18:52 +02:00 committed by GitHub
commit b431a43ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@
pass_filenames: false
always_run: false
files: \.tf$
exclude: \.+.terraform\/.*$
exclude: \.terraform\/.*$
require_serial: true
- id: terrascan