Skip to content

Commit

Permalink
Merge pull request #14 from DNXLabs/update-scan-settings
Browse files Browse the repository at this point in the history
Removing deprecated ScanOnPush configuration
  • Loading branch information
lzrocha authored Mar 9, 2022
2 parents d110c89 + 2be13ae commit 75d674d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ecr-repositories.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
resource "aws_ecr_repository" "default" {
name = var.name

image_scanning_configuration {
scan_on_push = true
}

encryption_configuration {
encryption_type = "KMS"
kms_key = length(var.kms_key_arn) > 0 ? var.kms_key_arn : ""
Expand Down

0 comments on commit 75d674d

Please sign in to comment.