Skip to content

Commit d78b0bc

Browse files
committed
same checkov change
1 parent cb96b68 commit d78b0bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,7 @@ Resources:
148148
Properties:
149149
Name: sra/macie_org_delivery_key_arn
150150
Description: Macie Delivery KMS Key ARN
151-
<<<<<<< HEAD
152-
SecretString: !Sub '{"MacieOrgDeliveryKeyArn":"${rMacieOrgDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6 Base64
153-
=======
154-
SecretString: !Sub '{"MacieOrgDeliveryKeyArn":"${rMacieOrgDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
155-
>>>>>>> main
151+
SecretString: !Sub '{"MacieOrgDeliveryKeyArn":"${rMacieOrgDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
156152
KmsKeyId: !Ref pSRASecretsKeyAliasArn
157153
Tags:
158154
- Key: sra-solution

0 commit comments

Comments
 (0)