From 52ef55e9b9eb01a578d9ded220e735b023aad8bd Mon Sep 17 00:00:00 2001 From: Ryan Loh Date: Mon, 17 Nov 2025 01:35:15 +0800 Subject: [PATCH] Automated Remediation Patch --- sample-configs/ecr.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample-configs/ecr.tf b/sample-configs/ecr.tf index 5ce7bad..f48a1fa 100644 --- a/sample-configs/ecr.tf +++ b/sample-configs/ecr.tf @@ -7,4 +7,6 @@ resource "aws_ecr_repository" "scrooge_ecr" { image_scanning_configuration { scan_on_push = true } -} + + image_tag_mutability = "IMMUTABLE" +} \ No newline at end of file