notaryproject / notation

A CLI tool to sign and verify artifacts
https://notaryproject.dev/
Apache License 2.0
351 stars 84 forks source link

feat: crl with file cache #1043

Closed Two-Hearts closed 1 month ago

Two-Hearts commented 1 month ago

This PR enables crl revocation with file cache during verification.

Tested on Unix and Windows.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.00%. Comparing base (c2cff5b) to head (b95014e). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
cmd/notation/verify.go 71.42% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1043 +/- ## ========================================== - Coverage 72.01% 72.00% -0.02% ========================================== Files 46 46 Lines 2287 2300 +13 ========================================== + Hits 1647 1656 +9 - Misses 440 442 +2 - Partials 200 202 +2 ```

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