datalad / datalad-ria

Adds functionality for RIA stores to DataLad
http://datalad.org
Other
0 stars 1 forks source link

Do not check revocation lists in curl calls #71

Closed mih closed 9 months ago

mih commented 9 months ago

This avoids download failures (for the docker images) when a CI worker has issues with expired certificates. We only download from trusted sources (our own), and the drop in security is minor compared to the failing CIs due to unrelated certficate issues.

This patch is extracted from https://github.com/datalad/datalad-ria/pull/69. It is needed independent of that PR.

codecov-commenter commented 9 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (dfed41a) 97.87% compared to head (972e6ad) 97.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ======================================= Coverage 97.87% 97.87% ======================================= Files 10 10 Lines 141 141 ======================================= Hits 138 138 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.