Skip to content

Commit 94d66a1

Browse files
smoneyan“Subramanian
andauthored
Add CKV_TF_2 to the default ignored list in checkov (#94)
Co-authored-by: “Subramanian <“smoneyan@gmail.com”>
1 parent 17f7082 commit 94d66a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
checkov_skip_check:
1616
description: Skip a specific check_id. Can be comma separated list.
1717
type: string
18-
default: "CKV_TF_1"
18+
default: "CKV_TF_1,CKV_TF_2"
1919
required: false
2020
checkov_output_quiet:
2121
description: Checkov output to display only failures

0 commit comments

Comments
 (0)