Skip to content

Commit f4f5261

Browse files
committed
ignored finding
1 parent 3308d27 commit f4f5261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/deployment/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ resource "aws_s3_bucket" "pipeline" {
168168
}
169169

170170
#trivy:ignore:AVD-AWS-0135
171+
#trivy:ignore:AVD-AWS-0132
171172
resource "aws_s3_bucket_server_side_encryption_configuration" "pipeline" {
172173
count = var.codepipeline_artifact_store_bucket == "" ? 1 : 0
173174

0 commit comments

Comments
 (0)