Difference between revisions of "Scan type"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
} | } | ||
} | } | ||
+ | |||
+ | |||
{{tf ecr}} | {{tf ecr}} | ||
+ | |||
+ | * {{Registry}} | ||
+ | |||
+ | [[Category:Registry]] |
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" } } }
Terraform AWS ECR: aws_ecr_repository, aws_ecr_repository_policy, aws_ecrpublic_repository, aws_ecrpublic_repository_policy, aws_ecr_registry_policy, aws_ecr_registry_scanning_configuration, aws_ecr_replication_configuration
Advertising: