Skip to content

Commit 98e8ecc

Browse files
committed
fix: FTRS-3063 Add trivy ignore
1 parent 8114c06 commit 98e8ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/stacks/account_wide/cloudtrail.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CloudTrail trail logging S3 object-level data events
2+
# trivy:ignore:AVD-AWS-0014
23
resource "aws_cloudtrail" "s3_data_events" {
3-
# checkov:skip=CKV_AWS_252: Justification: No CMK required by design; default SSE-S3 encryption is sufficient.
44
# checkov:skip=CKV2_AWS_10: Justification: CloudWatch Logs integration is not required for this S3 data events trail.
55
# checkov:skip=CKV_AWS_67: We are only enabling S3 object-level data events and don't need all regions to be enabled.
66
name = "${local.resource_prefix}-${var.cloudtrail_trail_name}"

0 commit comments

Comments
 (0)