Skip to content

Commit ab2bf3d

Browse files
Update .github/actions/get-ecr-scan-result/action.yml
Co-authored-by: Michael Pühringer <[email protected]>
1 parent 06d3ce3 commit ab2bf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/get-ecr-scan-result/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
aws ecr wait image-scan-complete --repository-name $ECR_REPOSITORY --image-id imageTag=$IMAGE_TAG && scan_complete=0 && break
6161
sleep 5
6262
retries=$((retries + 1))
63-
echo "Retry $retries/$max_retries: Waiting for image scan to complete..."
63+
echo "Retry $retries/$max_retries: Waiting for image scan to start..."
6464
done
6565
6666
if [ $scan_complete -eq 0 ]; then

0 commit comments

Comments
 (0)