We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d892ba1 commit 7987f18Copy full SHA for 7987f18
.checkov.yml
@@ -25,3 +25,12 @@ skip-check:
25
# It is not needed here since our Lambda functions use container
26
# images over uploading .zip files for layers.
27
- 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