Skip to content

Commit

Permalink
chores: add ecr image scan on push (#98)
Browse files Browse the repository at this point in the history
* add ecr image scan on push

* changelog
  • Loading branch information
kukushking authored May 24, 2024
1 parent f9d3c11 commit e1e70aa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore: adding some missing auto_delete attributes
- chore: Add `auto_delete` to `mlflow-fargate` elb access logs bucket
- updating `storage/ecr` module to latest pending `v1.8.0` of IDF
- enabled ECR image scan on push

## v1.1.0

Expand Down
4 changes: 3 additions & 1 deletion manifests/mlflow-experiments-tracking/storage-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: ecr-mlflow
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=main&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.7.0&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
value: MUTABLE
- name: image-scan-on-push
value: True
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.3.0&depth=1
Expand Down
4 changes: 3 additions & 1 deletion manifests/mlops-sagemaker-multiacc/storage-modules.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: ecr-sagemaker-kernel
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=main&depth=1
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.7.0&depth=1
targetAccount: dev
parameters:
- name: image-tag-mutability
value: MUTABLE
- name: image-scan-on-push
value: True
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.7.0&depth=1
Expand Down
2 changes: 2 additions & 0 deletions manifests/mlops-sagemaker/storage-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ targetAccount: primary
parameters:
- name: image-tag-mutability
value: MUTABLE
- name: image-scan-on-push
value: True
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.7.0&depth=1
Expand Down
4 changes: 4 additions & 0 deletions manifests/storage-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ targetAccount: primary
parameters:
- name: image-tag-mutability
value: MUTABLE
- name: image-scan-on-push
value: True
---
name: ecr-sagemaker-kernel
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.7.0&depth=1
targetAccount: primary
parameters:
- name: image-tag-mutability
value: MUTABLE
- name: image-scan-on-push
value: True
---
name: buckets
path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.7.0&depth=1
Expand Down

0 comments on commit e1e70aa

Please sign in to comment.