Difference between revisions of "Terraform resource: aws ecr registry scanning configuration"
Jump to navigation
Jump to search
m (Welcome moved page Aws ecr registry scanning configuration to Terraform resource: aws ecr registry scanning configuration) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[aws_ecr_registry_scanning_configuration]] | |
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_registry_scanning_configuration | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/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" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | * [[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: