File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
aws_sra_examples/solutions
cloudtrail/cloudtrail_org/templates
guardduty/guardduty_org/templates
macie/macie_org/templates Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,8 @@ Resources:
224
224
skip :
225
225
- id : CKV_AWS_149
226
226
comment : A cross-account KMS CMK is used
227
+ - id : CKV_SECRET_6
228
+ comment : Value is not a secret
227
229
Properties :
228
230
Name : sra/cloudtrail_org_s3_bucket
229
231
Description : Organization CloudTrail S3 Bucket
@@ -242,7 +244,7 @@ Resources:
242
244
ResourcePolicy :
243
245
Version : 2012-10-17
244
246
Statement :
245
- - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
247
+ - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
246
248
Effect : Allow
247
249
Principal :
248
250
AWS :
Original file line number Diff line number Diff line change @@ -157,6 +157,8 @@ Resources:
157
157
skip :
158
158
- id : CKV_AWS_149
159
159
comment : A cross-account KMS CMK is used
160
+ - id : CKV_SECRET_6
161
+ comment : Value is not a secret
160
162
Properties :
161
163
Name : sra/cloudtrail_org_key_arn
162
164
Description : Organization CloudTrail KMS Key ARN
@@ -175,7 +177,7 @@ Resources:
175
177
ResourcePolicy :
176
178
Version : 2012-10-17
177
179
Statement :
178
- - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
180
+ - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
179
181
Effect : Allow
180
182
Principal :
181
183
AWS :
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ Resources:
139
139
skip :
140
140
- id : CKV_AWS_149
141
141
comment : A cross-account KMS Key is used
142
+ - id : CKV_SECRET_6
143
+ comment : Value is not a secret
142
144
Properties :
143
145
Name : sra/guardduty_org_delivery_key_arn
144
146
Description : GuardDuty Delivery KMS Key ARN
@@ -157,7 +159,7 @@ Resources:
157
159
ResourcePolicy :
158
160
Version : 2012-10-17
159
161
Statement :
160
- - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
162
+ - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
161
163
Effect : Allow
162
164
Principal :
163
165
AWS :
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ Resources:
145
145
skip :
146
146
- id : CKV_AWS_149
147
147
comment : A cross-account KMS Key is used
148
+ - id : CKV_SECRET_6
149
+ comment : Value is not a secret
148
150
Properties :
149
151
Name : sra/macie_org_delivery_key_arn
150
152
Description : Macie Delivery KMS Key ARN
@@ -163,7 +165,7 @@ Resources:
163
165
ResourcePolicy :
164
166
Version : 2012-10-17
165
167
Statement :
166
- - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
168
+ - Action : secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
167
169
Effect : Allow
168
170
Principal :
169
171
AWS :
You can’t perform that action at this time.
0 commit comments