generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cra-tf-validate-ignore-rules.json
22 lines (22 loc) · 1.1 KB
/
cra-tf-validate-ignore-rules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"scc_rules": [
{
"scc_rule_id": "rule-216e2449-27d7-4afc-929a-b66e196a9cf9",
"description": "Check whether Flow Logs for VPC are enabled",
"ignore_reason": "This rule is not relevant to the module itself, just the VPC resource that is used in the example that is scanned",
"is_valid": false
},
{
"scc_rule_id": "rule-2325054a-c338-474a-9740-0b7034487e40",
"description:": "Check whether OpenShift clusters are accessible only by using private endpoints",
"ignore_reason": "This rule is not relevant to the module itself, just the cluster resource that is used in the example that is scanned",
"is_valid": false
},
{
"scc_rule_id": "rule-64c0bea0-8760-4a6b-a56c-ee375a48961e",
"description:": "Check whether Virtual Private Cloud (VPC) has no public gateways attached",
"ignore_reason": "This rule is not relevant to the module itself, just the VPC resource that is used in the example that is scanned",
"is_valid": false
}
]
}