Difference between revisions of "ScanOnPush"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
ScanOnPush configuration at the repository level is deprecated in favor of registry level scan filters. | ScanOnPush configuration at the repository level is deprecated in favor of registry level scan filters. | ||
− | resource "aws_ecr_repository" "your-app" { | + | resource "[[aws_ecr_repository]]" "your-app" { |
name = "your-app" | name = "your-app" | ||
− | image_tag_mutability = "MUTABLE" | + | [[image_tag_mutability]] = "MUTABLE" |
− | + | ||
image_scanning_configuration { | image_scanning_configuration { | ||
scan_on_push = true | scan_on_push = true | ||
Line 14: | Line 14: | ||
== See also == | == See also == | ||
+ | * {{aws_ecr_repository}} | ||
* {{aws ecr}} | * {{aws ecr}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 09:45, 14 June 2024
ScanOnPush configuration at the repository level is deprecated in favor of registry level scan filters.
resource "aws_ecr_repository" "your-app" { name = "your-app" image_tag_mutability = "MUTABLE" image_scanning_configuration { scan_on_push = true } }
See also[edit]
Advertising: