Skip to content

Commit 05cf285

Browse files
committed
checkov findings
1 parent c42de21 commit 05cf285

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Resources:
217217
# Principal: '*'
218218

219219
rOrganizationCloudTrailS3BucketSecret:
220+
# checkov:skip=CKV_SECRET_6 Base64: High Entropy String
220221
Type: AWS::SecretsManager::Secret
221222
Condition: cCreateSecret
222223
Metadata:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Resources:
150150
TargetKeyId: !Ref rOrganizationCloudTrailKey
151151

152152
rOrganizationCloudTrailKeySecret:
153+
# checkov:skip=CKV_SECRET_6 Base64: High Entropy String
153154
Type: AWS::SecretsManager::Secret
154155
Condition: cCreateSecret
155156
Metadata:

aws_sra_examples/solutions/config/config_org/templates/sra-config-org-delivery-kms-key.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Resources:
132132
TargetKeyId: !Ref rConfigDeliveryKey
133133

134134
rConfigDeliveryKeySecret:
135+
# checkov:skip=CKV_SECRET_6 Base64: High Entropy String
135136
Type: AWS::SecretsManager::Secret
136137
Condition: cCreateSecret
137138
Metadata:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Resources:
132132
TargetKeyId: !Ref rGuardDutyDeliveryKey
133133

134134
rGuardDutyDeliveryKeySecret:
135+
# checkov:skip=CKV_SECRET_6 Base64: High Entropy String
135136
Type: AWS::SecretsManager::Secret
136137
Condition: cCreateSecret
137138
Metadata:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ Resources:
138138
TargetKeyId: !Ref rMacieOrgDeliveryKey
139139

140140
rMacieOrgDeliveryKeySecret:
141+
# checkov:skip=CKV_SECRET_6 Base64: High Entropy String
141142
Type: AWS::SecretsManager::Secret
142143
Condition: cCreateSecret
143144
Metadata:

0 commit comments

Comments
 (0)