Skip to content

Commit 2676ccf

Browse files
scanner fixes
1 parent 86649a7 commit 2676ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Resources:
142142
Properties:
143143
Name: sra/config_org_delivery_key_arn
144144
Description: Config Delivery KMS Key ARN
145-
SecretString: !Sub '{"ConfigDeliveryKeyArn":"${rConfigDeliveryKey.Arn}"}'
145+
SecretString: !Sub '{"ConfigDeliveryKeyArn":"${rConfigDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
146146
KmsKeyId: !Ref pSRASecretsKeyAliasArn
147147
Tags:
148148
- Key: sra-solution

0 commit comments

Comments
 (0)