Skip to content

Commit

Permalink
(Fix): Remove tf.json filetype from terraform (#945)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TylerJang27 authored Dec 30, 2024
1 parent b2fa5ce commit cc08b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linters/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ lint:
- name: terraform
extensions:
- tf
- tf.json
comments:
- hash
- slashes-inline
Expand Down

0 comments on commit cc08b6f

Please sign in to comment.