You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The curl commands in the Dockerfile that download geckodriver and Maven download these tools without verifying their checksums as in jenkinsci/docker#1868, meaning that a truncated download or corrupted file could result in an execution failure later on. Better to verify the checksum immediately and fail fast in that case.
The text was updated successfully, but these errors were encountered:
The
curl
commands in theDockerfile
that downloadgeckodriver
and Maven download these tools without verifying their checksums as in jenkinsci/docker#1868, meaning that a truncated download or corrupted file could result in an execution failure later on. Better to verify the checksum immediately and fail fast in that case.The text was updated successfully, but these errors were encountered: