Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 395fa9c

Browse files
authored
feat: temp skip image scan until base image switchable (#818)
1 parent 893aa48 commit 395fa9c

2 files changed

Lines changed: 1637 additions & 1471 deletions

File tree

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ phases:
3030
build:
3131
commands:
3232
- docker build -t $REGISTRY_IMAGE_NAME .
33-
- scan-image $REGISTRY_IMAGE_NAME $EMAIL_TO
33+
# - scan-image $REGISTRY_IMAGE_NAME $EMAIL_TO
3434
- docker push $REGISTRY_IMAGE_NAME
3535
- echo "Image ${REGISTRY_IMAGE_NAME} now available for use. Enjoy!"

0 commit comments

Comments
 (0)