Skip to content

Commit 560e54e

Browse files
fix: skip CKV2_AWS_64 on kms key resources
1 parent ee48ea7 commit 560e54e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
resource "aws_kms_key" "code" {
2+
# checkov:skip=CKV2_AWS_64: For example only, key policy managed via IAM
23
enable_key_rotation = true
34
}

0 commit comments

Comments
 (0)