Difference between revisions of "Terraform resource: aws ecr registry scanning configuration"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
* [[Scan images for software vulnerabilities in Amazon ECR]] | * [[Scan images for software vulnerabilities in Amazon ECR]] | ||
+ | == See also == | ||
+ | * {{aws_ecr_registry_scanning_configuration}} | ||
+ | * {{tf ecr}} | ||
− | + | [[Category:ECR]] |
Latest revision as of 11:14, 3 October 2024
aws_ecr_registry_scanning_configuration
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: