Skip to content

Commit 7987f18

Browse files
committed
chore: update checkov.yml
1 parent d892ba1 commit 7987f18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.checkov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ skip-check:
2525
# It is not needed here since our Lambda functions use container
2626
# images over uploading .zip files for layers.
2727
- CKV_AWS_272
28+
29+
# AWS-managed key encryption is sufficient and CMK not required for this service
30+
- CKV_AWS_149
31+
32+
# IAM user required for local development
33+
- CKV_AWS_273
34+
35+
# Key rotation is already provisioned by external module
36+
- CKV2_AWS_57

0 commit comments

Comments
 (0)