-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.checkov.yml
More file actions
18 lines (18 loc) · 803 Bytes
/
Copy path.checkov.yml
File metadata and controls
18 lines (18 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
soft-fail: false
compact: true
quiet: true
skip-check:
# KMS encryption for CloudWatch — enabled via kms_key_arn variable.
# Checkov can't evaluate variable defaults, so this flags even when the
# variable is wired. Users should pass a real KMS key in tfvars.
- CKV_AWS_158
# S3 cross-region replication — requires a secondary region which is
# environment-specific. Enable in production tfvars if needed.
- CKV_AWS_144
# WAF Log4j AMR rule — requires specific WAF rule configuration that
# depends on the WAF ACL passed via waf_acl_arn variable.
- CKV2_AWS_76
# S3 bucket access logging — the ALB logs bucket purposefully does not
# have S3 access logging enabled, as logging the bucket to itself creates
# an infinite loop of ever-growing log objects.
- CKV_AWS_18