We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3308d27 commit f4f5261Copy full SHA for f4f5261
modules/deployment/main.tf
@@ -168,6 +168,7 @@ resource "aws_s3_bucket" "pipeline" {
168
}
169
170
#trivy:ignore:AVD-AWS-0135
171
+#trivy:ignore:AVD-AWS-0132
172
resource "aws_s3_bucket_server_side_encryption_configuration" "pipeline" {
173
count = var.codepipeline_artifact_store_bucket == "" ? 1 : 0
174
0 commit comments