wombatu-kun commented on code in PR #16660:
URL: https://github.com/apache/iceberg/pull/16660#discussion_r3400991142
##########
.github/workflows/cve-scan.yml:
##########
@@ -142,6 +147,19 @@ jobs:
else
cp ${{ matrix.scan-path }}/iceberg-${{ matrix.distribution }}-*.jar
/tmp/cve-scan/
fi
+ - name: Pull Trivy image (with retry)
+ # Pre-pull the scanner image so the action's docker run finds it locally
and never hits
+ # the registry. Retrying with backoff absorbs transient Docker Hub
timeouts (exit 125).
+ run: |
+ for attempt in 1 2 3 4 5; do
Review Comment:
Done f146fb22f
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]