@@ -111,7 +111,7 @@ func TestScanner_ScanConfig(t *testing.T) {
111
111
},
112
112
Failures : []types.MisconfResult {
113
113
{
114
- Message : "Public access block does not block public ACLs" ,
114
+ Message : "Resource 'S3Bucket' Public access block does not block public ACLs" ,
115
115
PolicyMetadata : types.PolicyMetadata {
116
116
ID : "AVD-AWS-0086" ,
117
117
Type : "Cloudformation Security Check powered by cfsec" ,
@@ -123,7 +123,7 @@ func TestScanner_ScanConfig(t *testing.T) {
123
123
},
124
124
},
125
125
{
126
- Message : "Public access block does not block public policies" ,
126
+ Message : "Resource 'S3Bucket' Public access block does not block public policies" ,
127
127
PolicyMetadata : types.PolicyMetadata {
128
128
ID : "AVD-AWS-0087" ,
129
129
Type : "Cloudformation Security Check powered by cfsec" ,
@@ -135,7 +135,7 @@ func TestScanner_ScanConfig(t *testing.T) {
135
135
},
136
136
},
137
137
{
138
- Message : "Bucket does not have encryption enabled" ,
138
+ Message : "Resource 'S3Bucket' Bucket does not have encryption enabled" ,
139
139
PolicyMetadata : types.PolicyMetadata {
140
140
ID : "AVD-AWS-0088" ,
141
141
Type : "Cloudformation Security Check powered by cfsec" ,
@@ -147,7 +147,7 @@ func TestScanner_ScanConfig(t *testing.T) {
147
147
},
148
148
},
149
149
{
150
- Message : "Bucket does not have logging enabled" ,
150
+ Message : "Resource 'S3Bucket' Bucket does not have logging enabled" ,
151
151
PolicyMetadata : types.PolicyMetadata {
152
152
ID : "AVD-AWS-0089" ,
153
153
Type : "Cloudformation Security Check powered by cfsec" ,
@@ -159,7 +159,7 @@ func TestScanner_ScanConfig(t *testing.T) {
159
159
},
160
160
},
161
161
{
162
- Message : "Bucket does not have versioning enabled" ,
162
+ Message : "Resource 'S3Bucket' Bucket does not have versioning enabled" ,
163
163
PolicyMetadata : types.PolicyMetadata {
164
164
ID : "AVD-AWS-0090" ,
165
165
Type : "Cloudformation Security Check powered by cfsec" ,
@@ -171,7 +171,7 @@ func TestScanner_ScanConfig(t *testing.T) {
171
171
},
172
172
},
173
173
{
174
- Message : "Public access block does not restrict public buckets" ,
174
+ Message : "Resource 'S3Bucket' Public access block does not restrict public buckets" ,
175
175
PolicyMetadata : types.PolicyMetadata {
176
176
ID : "AVD-AWS-0093" ,
177
177
Type : "Cloudformation Security Check powered by cfsec" ,
0 commit comments