Skip to content

Commit

Permalink
chore: cleanup more pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhruby committed Jan 31, 2024
1 parent c5a39ed commit 3241fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Single trail, all management events, no data events

resource "aws_cloudtrail" "trail" {
#checkov:skip=CKV_AWS_252:We will offworld and parse these logs someplace else, do not need SNS
#checkov:skip=CKV_AWS_252:Prefer S3 notifications and EventBridge over SNS
#checkov:skip=CKV_AWS_35:These are encrypted at rest in S3
#checkov:skip=CKV2_AWS_10:We will offworld these to a seperte log provider, do not need CloudWatch here

name = var.name
s3_bucket_name = var.s3_bucket
Expand Down
2 changes: 2 additions & 0 deletions tests/gets/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3241fce

Please sign in to comment.