Skip to content

Commit

Permalink
scanner fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-kontny authored Feb 7, 2024
1 parent 86649a7 commit 2676ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Resources:
Properties:
Name: sra/config_org_delivery_key_arn
Description: Config Delivery KMS Key ARN
SecretString: !Sub '{"ConfigDeliveryKeyArn":"${rConfigDeliveryKey.Arn}"}'
SecretString: !Sub '{"ConfigDeliveryKeyArn":"${rConfigDeliveryKey.Arn}"}' # checkov:skip=CKV_SECRET_6
KmsKeyId: !Ref pSRASecretsKeyAliasArn
Tags:
- Key: sra-solution
Expand Down

0 comments on commit 2676ccf

Please sign in to comment.