We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c280f commit 07d2158Copy full SHA for 07d2158
patterns/pattern-2/buildspec.yml
@@ -56,7 +56,7 @@ phases:
56
- echo "All Pattern-2 Docker images successfully built and pushed to ECR"
57
- echo "ECR Repository - $ECR_URI"
58
- echo "Image Version - $IMAGE_VERSION"
59
- - echo "Note: ECR vulnerability scans initiated (ScanOnPush enabled)"
+ - 'echo "Note: ECR vulnerability scans initiated (ScanOnPush enabled)"'
60
- echo "Scans will complete asynchronously. Check ECR console for results."
61
- echo "For accounts with Amazon Inspector Enhanced Scanning, scans may take 10-30 minutes per image."
62
- |
0 commit comments