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 06d3ce3 commit ab2bf3dCopy full SHA for ab2bf3d
.github/actions/get-ecr-scan-result/action.yml
@@ -60,7 +60,7 @@ runs:
60
aws ecr wait image-scan-complete --repository-name $ECR_REPOSITORY --image-id imageTag=$IMAGE_TAG && scan_complete=0 && break
61
sleep 5
62
retries=$((retries + 1))
63
- echo "Retry $retries/$max_retries: Waiting for image scan to complete..."
+ echo "Retry $retries/$max_retries: Waiting for image scan to start..."
64
done
65
66
if [ $scan_complete -eq 0 ]; then
0 commit comments