Skip to content

Commit

Permalink
[no ticket] Adds some checkov skips (#3125)
Browse files Browse the repository at this point in the history
## Context

follows #3082
  • Loading branch information
coilysiren authored Dec 6, 2024
1 parent 38f1969 commit 8efc1f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/modules/service/cdn-logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ resource "aws_s3_bucket" "cdn" {
# checkov:skip=CKV_AWS_21:Bucket versioning is not worth it in this use case
# checkov:skip=CKV_AWS_145:Use KMS in future work
# checkov:skip=CKV2_AWS_65:We need ACLs for Cloudfront
# checkov:skip=CKV2_AWS_6:False positive
# checkov:skip=CKV2_AWS_61:False positive
}

resource "aws_s3_bucket_ownership_controls" "cdn" {
Expand Down

0 comments on commit 8efc1f0

Please sign in to comment.