Skip to content

Commit 0f61a84

Browse files
authored
fix(misconf): disable the terraform plan analyzer for other scanners (#4714)
1 parent 8a1aa44 commit 0f61a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/fanal/analyzer/const.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,6 @@ var (
221221
TypeHelm,
222222
TypeKubernetes,
223223
TypeTerraform,
224+
TypeTerraformPlan,
224225
}
225226
)

0 commit comments

Comments
 (0)