Skip to content

Commit 7ce5abe

Browse files
author
Justin
committed
scanner fixes
1 parent 44ffb41 commit 7ce5abe

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

aws_sra_examples/solutions/cloudtrail/cloudtrail_org/templates/sra-cloudtrail-org-bucket.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ Resources:
224224
skip:
225225
- id: CKV_AWS_149
226226
comment: A cross-account KMS CMK is used
227+
- id: CKV_SECRET_6
228+
comment: Value is not a secret
227229
Properties:
228230
Name: sra/cloudtrail_org_s3_bucket
229231
Description: Organization CloudTrail S3 Bucket
@@ -242,7 +244,7 @@ Resources:
242244
ResourcePolicy:
243245
Version: 2012-10-17
244246
Statement:
245-
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
247+
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
246248
Effect: Allow
247249
Principal:
248250
AWS:

aws_sra_examples/solutions/cloudtrail/cloudtrail_org/templates/sra-cloudtrail-org-kms.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ Resources:
157157
skip:
158158
- id: CKV_AWS_149
159159
comment: A cross-account KMS CMK is used
160+
- id: CKV_SECRET_6
161+
comment: Value is not a secret
160162
Properties:
161163
Name: sra/cloudtrail_org_key_arn
162164
Description: Organization CloudTrail KMS Key ARN
@@ -175,7 +177,7 @@ Resources:
175177
ResourcePolicy:
176178
Version: 2012-10-17
177179
Statement:
178-
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
180+
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
179181
Effect: Allow
180182
Principal:
181183
AWS:

aws_sra_examples/solutions/guardduty/guardduty_org/templates/sra-guardduty-org-delivery-kms-key.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Resources:
139139
skip:
140140
- id: CKV_AWS_149
141141
comment: A cross-account KMS Key is used
142+
- id: CKV_SECRET_6
143+
comment: Value is not a secret
142144
Properties:
143145
Name: sra/guardduty_org_delivery_key_arn
144146
Description: GuardDuty Delivery KMS Key ARN
@@ -157,7 +159,7 @@ Resources:
157159
ResourcePolicy:
158160
Version: 2012-10-17
159161
Statement:
160-
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
162+
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
161163
Effect: Allow
162164
Principal:
163165
AWS:

aws_sra_examples/solutions/macie/macie_org/templates/sra-macie-org-delivery-kms-key.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ Resources:
145145
skip:
146146
- id: CKV_AWS_149
147147
comment: A cross-account KMS Key is used
148+
- id: CKV_SECRET_6
149+
comment: Value is not a secret
148150
Properties:
149151
Name: sra/macie_org_delivery_key_arn
150152
Description: Macie Delivery KMS Key ARN
@@ -163,7 +165,7 @@ Resources:
163165
ResourcePolicy:
164166
Version: 2012-10-17
165167
Statement:
166-
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
168+
- Action: secretsmanager:GetSecretValue # checkov:skip=CKV_SECRET_6
167169
Effect: Allow
168170
Principal:
169171
AWS:

0 commit comments

Comments
 (0)