Skip to content

Commit

Permalink
Enable Scan On Push for the ECR Repository (#408)
Browse files Browse the repository at this point in the history
* enable scan on push for the ECR repository

* Update changelog

* bump version

---------

Co-authored-by: Matteo Figus <[email protected]>
  • Loading branch information
nickdengamazon and matteofigus authored Sep 11, 2024
1 parent 3826d98 commit 2db7280
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log

## v0.68 (unreleased)

## v0.68
- [#408](https://github.com/awslabs/amazon-s3-find-and-forget/pull/408) Enable
Scan On Push for the ECR Repository
- [#407](https://github.com/awslabs/amazon-s3-find-and-forget/issues/407):
Upgrade frontend dependencies
- [#409](https://github.com/awslabs/amazon-s3-find-and-forget/issues/409):
Expand Down
3 changes: 3 additions & 0 deletions templates/deletion_flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Resources:

ECRRepository:
Type: AWS::ECR::Repository
Properties:
ImageScanningConfiguration:
ScanOnPush: true

ECSTaskExecutionRole:
Type: AWS::IAM::Role
Expand Down
4 changes: 2 additions & 2 deletions templates/template.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -206,7 +206,7 @@ Conditions:
Mappings:
Solution:
Constants:
Version: 'v0.67'
Version: 'v0.68'

Resources:
TempBucket:
Expand Down

0 comments on commit 2db7280

Please sign in to comment.