Difference between revisions of "Scan type"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
  }
 
  }
  
 +
== See also ==
 +
* {{tf ecr}}
  
 
+
[[Category:ECR]]
 
 
{{tf ecr}}
 
 
 
* {{Registry}}
 
 
 
[[Category:Registry]]
 

Latest revision as of 10:27, 15 July 2024


resource "aws_ecr_registry_scanning_configuration" "configuration" {
 scan_type = "ENHANCED"

 rule {
   scan_frequency = "CONTINUOUS_SCAN"
   repository_filter {
     filter      = "example"
     filter_type = "WILDCARD"
   }
 }
}

See also[edit]

Advertising: