Skip to content

Commit cc08b6f

Browse files
authored
(Fix): Remove tf.json filetype from terraform (#945)
Fixes #941. Verified repro with terraform and tofu format on `x.tf.json` files. Did a bit of research as well to make sure our other security scanners don't scan `.tf.json` files, and we should be fine.
1 parent b2fa5ce commit cc08b6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linters/plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ lint:
592592
- name: terraform
593593
extensions:
594594
- tf
595-
- tf.json
596595
comments:
597596
- hash
598597
- slashes-inline

0 commit comments

Comments
 (0)