File tree Expand file tree Collapse file tree 4 files changed +4
-12
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 +4
-12
lines changed Original file line number Diff line number Diff line change @@ -224,12 +224,10 @@ 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
229
227
Properties :
230
228
Name : sra/cloudtrail_org_s3_bucket
231
229
Description : Organization CloudTrail S3 Bucket
232
- SecretString : !Sub '{"OrganizationCloudTrailS3Bucket":"${rOrgTrailBucket}"}'
230
+ SecretString : !Sub '{"OrganizationCloudTrailS3Bucket":"${rOrgTrailBucket}"}' # checkov:skip=CKV_SECRET_6
233
231
KmsKeyId : !Ref pSRASecretsKeyAliasArn
234
232
Tags :
235
233
- Key : sra-solution
Original file line number Diff line number Diff line change @@ -157,12 +157,10 @@ 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
162
160
Properties :
163
161
Name : sra/cloudtrail_org_key_arn
164
162
Description : Organization CloudTrail KMS Key ARN
165
- SecretString : !Sub '{"OrganizationCloudTrailKeyArn":"${rOrganizationCloudTrailKey.Arn}"}'
163
+ SecretString : !Sub '{"OrganizationCloudTrailKeyArn":"${rOrganizationCloudTrailKey.Arn}"}' # checkov:skip=CKV_SECRET_6
166
164
KmsKeyId : !Ref pSRASecretsKeyAliasArn
167
165
Tags :
168
166
- Key : sra-solution
Original file line number Diff line number Diff line change @@ -139,12 +139,10 @@ 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
144
142
Properties :
145
143
Name : sra/guardduty_org_delivery_key_arn
146
144
Description : GuardDuty Delivery KMS Key ARN
147
- SecretString : !Sub '{"GuardDutyDeliveryKeyArn":"${rGuardDutyDeliveryKey.Arn}"}'
145
+ SecretString : !Sub '{"GuardDutyDeliveryKeyArn":"${rGuardDutyDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
148
146
KmsKeyId : !Ref pSRASecretsKeyAliasArn
149
147
Tags :
150
148
- Key : sra-solution
Original file line number Diff line number Diff line change @@ -145,12 +145,10 @@ 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
150
148
Properties :
151
149
Name : sra/macie_org_delivery_key_arn
152
150
Description : Macie Delivery KMS Key ARN
153
- SecretString : !Sub '{"MacieOrgDeliveryKeyArn":"${rMacieOrgDeliveryKey.Arn}"}'
151
+ SecretString : !Sub '{"MacieOrgDeliveryKeyArn":"${rMacieOrgDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
154
152
KmsKeyId : !Ref pSRASecretsKeyAliasArn
155
153
Tags :
156
154
- Key : sra-solution
You can’t perform that action at this time.
0 commit comments