Skip to content

Commit

Permalink
fix(terraform): Update CKV_AWS_224 title (#6435)
Browse files Browse the repository at this point in the history
Update CKV_AWS_224 title
  • Loading branch information
tsmithv11 committed Jun 17, 2024
1 parent e79cd5a commit 9a8e1c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ECSClusterLoggingEncryptedWithCMK(BaseResourceCheck):
def __init__(self) -> None:
name = "Ensure ECS Cluster logging uses CMK"
name = "Ensure ECS Cluster logging is enabled and client to container communication uses CMK"
id = "CKV_AWS_224"
supported_resources = ("aws_ecs_cluster",)
categories = (CheckCategories.ENCRYPTION,)
Expand Down

0 comments on commit 9a8e1c7

Please sign in to comment.