Skip to content

Commit

Permalink
scanner fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Feb 7, 2024
1 parent 7ce5abe commit 6cabdde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,10 @@ Resources:
skip:
- id: CKV_AWS_149
comment: A cross-account KMS CMK is used
- id: CKV_SECRET_6
comment: Value is not a secret
Properties:
Name: sra/cloudtrail_org_s3_bucket
Description: Organization CloudTrail S3 Bucket
SecretString: !Sub '{"OrganizationCloudTrailS3Bucket":"${rOrgTrailBucket}"}'
SecretString: !Sub '{"OrganizationCloudTrailS3Bucket":"${rOrgTrailBucket}"}' # checkov:skip=CKV_SECRET_6
KmsKeyId: !Ref pSRASecretsKeyAliasArn
Tags:
- Key: sra-solution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,10 @@ Resources:
skip:
- id: CKV_AWS_149
comment: A cross-account KMS CMK is used
- id: CKV_SECRET_6
comment: Value is not a secret
Properties:
Name: sra/cloudtrail_org_key_arn
Description: Organization CloudTrail KMS Key ARN
SecretString: !Sub '{"OrganizationCloudTrailKeyArn":"${rOrganizationCloudTrailKey.Arn}"}'
SecretString: !Sub '{"OrganizationCloudTrailKeyArn":"${rOrganizationCloudTrailKey.Arn}"}' # checkov:skip=CKV_SECRET_6
KmsKeyId: !Ref pSRASecretsKeyAliasArn
Tags:
- Key: sra-solution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,10 @@ Resources:
skip:
- id: CKV_AWS_149
comment: A cross-account KMS Key is used
- id: CKV_SECRET_6
comment: Value is not a secret
Properties:
Name: sra/guardduty_org_delivery_key_arn
Description: GuardDuty Delivery KMS Key ARN
SecretString: !Sub '{"GuardDutyDeliveryKeyArn":"${rGuardDutyDeliveryKey.Arn}"}'
SecretString: !Sub '{"GuardDutyDeliveryKeyArn":"${rGuardDutyDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
KmsKeyId: !Ref pSRASecretsKeyAliasArn
Tags:
- Key: sra-solution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,10 @@ Resources:
skip:
- id: CKV_AWS_149
comment: A cross-account KMS Key is used
- id: CKV_SECRET_6
comment: Value is not a secret
Properties:
Name: sra/macie_org_delivery_key_arn
Description: Macie Delivery KMS Key ARN
SecretString: !Sub '{"MacieOrgDeliveryKeyArn":"${rMacieOrgDeliveryKey.Arn}"}'
SecretString: !Sub '{"MacieOrgDeliveryKeyArn":"${rMacieOrgDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
KmsKeyId: !Ref pSRASecretsKeyAliasArn
Tags:
- Key: sra-solution
Expand Down

0 comments on commit 6cabdde

Please sign in to comment.