-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotExpectedIssues.json
119 lines (119 loc) · 2.99 KB
/
notExpectedIssues.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"hotspots": [
{
"filePath": "aws/s3/AWS001_no-public-access-with-acl/good.tf",
"line": 1,
"ruleKey": "terraform:S6265"
},
{
"filePath": "aws/s3/AWS001_no-public-access-with-acl/good.tf",
"line": 5,
"ruleKey": "terraform:S6265"
},
{
"filePath": "aws/s3/AWS002_enable-bucket-logging/good.tf",
"line": 1,
"ruleKey": "terraform:S6258"
},
{
"filePath": "aws/s3/AWS002_enable-bucket-logging/good.tf",
"line": 7,
"ruleKey": "terraform:S6258"
},
{
"filePath": "aws/s3/AWS017_enable-bucket-encryption/good.tf",
"line": 1,
"ruleKey": "terraform:S6245"
},
{
"filePath": "aws/s3/AWS017_enable-bucket-encryption/good.tf",
"line": 48,
"ruleKey": "terraform:S6245"
},
{
"filePath": "aws/s3/AWS073_ignore-public-acls/good.tf",
"line": 1,
"ruleKey": "terraform:S6281"
},
{
"filePath": "aws/s3/AWS074_block-public-acls/good.tf",
"line": 1,
"ruleKey": "terraform:S6281"
},
{
"filePath": "aws/s3/AWS075_no-public-buckets/good.tf",
"line": 1,
"ruleKey": "terraform:S6281"
},
{
"filePath": "aws/s3/AWS076_block-public-policy/good.tf",
"line": 1,
"ruleKey": "terraform:S6281"
},
{
"filePath": "aws/s3/AWS077_enable-versioning/good.tf",
"line": 1,
"ruleKey": "terraform:S6252"
},
{
"filePath": "aws/s3/AWS098_specify-public-access-block/good.tf",
"line": 1,
"ruleKey": "terraform:S6281"
},
{
"filePath": "aws/ebs/enable-volume-encryption/good.tf",
"line": 8,
"ruleKey": "terraform:S6275"
},
{
"filePath": "aws/ebs/encryption-customer-key/good.tf",
"line": 9,
"ruleKey": "terraform:S6275"
},
{
"filePath": "aws/efs/AWS048_enable-at-rest-encryption/good.tf",
"line": 4,
"ruleKey": "erraform:S6332"
},
{
"filePath": "aws/rds/AWS051_encrypt-cluster-storage-data/good.tf",
"line": 5,
"ruleKey": "terraform:S6303"
},
{
"filePath": "aws/rds/AWS051_encrypt-cluster-storage-data/good.tf",
"line": 11,
"ruleKey": "terraform:S6303"
},
{
"filePath": "aws/rds/AWS051_encrypt-cluster-storage-data/good.tf",
"line": 20,
"ruleKey": "terraform:S6303"
},
{
"filePath": "aws/rds/AWS052_encrypt-instance-storage-data/good.tf",
"line": 3,
"ruleKey": "terraform:S6303"
},
{
"filePath": "aws/rds/AWS052_encrypt-instance-storage-data/good.tf",
"line": 9,
"ruleKey": "terraform:S6303"
},
{
"filePath": "aws/sns/AWS016_enable-topic-encryption/good.tf",
"line": 3,
"ruleKey": "terraform:S6327"
},
{
"filePath": "aws/sqs/AWS015_enable-queue-encryption/good.tf",
"line": 3,
"ruleKey": "terraform:S6330"
},
{
"filePath": "aws/ebs/enable-volume-encryption/good.tf",
"line": 8,
"ruleKey": "terraform:S6275"
}
]
}