From ef4683c8a8a81ed7d56ac978e9e5dc133e80efe3 Mon Sep 17 00:00:00 2001 From: Nick Deng Date: Fri, 5 Apr 2024 16:37:50 -0700 Subject: [PATCH 1/3] enable scan on push for the ECR repository --- templates/deletion_flow.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/deletion_flow.yaml b/templates/deletion_flow.yaml index ff8ac3c1..09190690 100644 --- a/templates/deletion_flow.yaml +++ b/templates/deletion_flow.yaml @@ -67,6 +67,9 @@ Resources: ECRRepository: Type: AWS::ECR::Repository + Properties: + ImageScanningConfiguration: + ScanOnPush: true ECSTaskExecutionRole: Type: AWS::IAM::Role From 8fdfb225159a41ccd513695923f09451190458f5 Mon Sep 17 00:00:00 2001 From: Nick Deng Date: Fri, 5 Apr 2024 17:00:30 -0700 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8164cbb..a3360785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.68 +- [#408](https://github.com/awslabs/amazon-s3-find-and-forget/pull/408) Enable + Scan On Push for the ECR Repository + ## v0.67 - [#405](https://github.com/awslabs/amazon-s3-find-and-forget/pull/405) Replace From 613e2600cf853510885ffa8b3432829d379437f2 Mon Sep 17 00:00:00 2001 From: Nick Deng <165205033+nickdengamazon@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:25:04 -0700 Subject: [PATCH 3/3] bump version --- templates/template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/template.yaml b/templates/template.yaml index 553935b3..bc8e16db 100644 --- a/templates/template.yaml +++ b/templates/template.yaml @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: "2010-09-09" Transform: AWS::Serverless-2016-10-31 -Description: Amazon S3 Find and Forget (uksb-1q2j8beb0) (version:v0.67) (tag:main) +Description: Amazon S3 Find and Forget (uksb-1q2j8beb0) (version:v0.68) (tag:main) Parameters: AccessControlAllowOriginOverride: @@ -206,7 +206,7 @@ Conditions: Mappings: Solution: Constants: - Version: 'v0.67' + Version: 'v0.68' Resources: TempBucket: