Skip to content

Commit

Permalink
update reason for checkov scan
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Nov 18, 2023
1 parent 94c792a commit 254fc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_kms_key" "encryption_rest" {
enable_key_rotation = true
description = "Key to encrypt cache at rest."
deletion_window_in_days = 7
#checkov:skip=CKV2_AWS_64: Not including a KMS Key policy
#checkov:skip=CKV2_AWS_64: KMS Key policy in a separate resource
}

Check warning

Code scanning / checkov

Ensure KMS key Policy is defined Warning

Ensure KMS key Policy is defined
resource "aws_kms_alias" "encryption_rest" {
name = "alias/elasticache-app-4-at-rest"
Expand Down

0 comments on commit 254fc34

Please sign in to comment.