Commit a29c220
committed
fix: add KMS encryption to DynamoDB state lock table and suppress S3 checks
- Add kms_key_arn to DynamoDB server_side_encryption (CKV_AWS_119)
- Add CKV2_AWS_62, CKV_AWS_18, CKV_AWS_144 to .checkov.baseline
for aws_s3_bucket.terraform_state (event notifications,
access logging, and cross-region replication are not needed
for a Terraform state bucket)1 parent 46d934e commit a29c220
2 files changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
370 | 383 | | |
371 | 384 | | |
372 | 385 | | |
| |||
948 | 961 | | |
949 | 962 | | |
950 | 963 | | |
951 | | - | |
| 964 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
0 commit comments