goharbor / harbor-scanner-clair

Use Clair as a plug-in vulnerability scanner in the Harbor registry
https://goharbor.io/
Apache License 2.0
35 stars 26 forks source link

feat: Allow adding root certificate authorities #3

Closed danielpacak closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Attention: Patch coverage is 58.33333% with 15 lines in your changes missing coverage. Please review.

Project coverage is 68.85%. Comparing base (f3d32a6) to head (4377168). Report is 21 commits behind head on master.

Files with missing lines Patch % Lines
pkg/etc/config.go 38.88% 6 Missing and 5 partials :warning:
pkg/scanner/clair/client.go 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3 +/- ## ========================================== + Coverage 60.47% 68.85% +8.37% ========================================== Files 7 7 Lines 334 350 +16 ========================================== + Hits 202 241 +39 + Misses 128 97 -31 - Partials 4 12 +8 ```

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

danielpacak commented 5 years ago

@steven-zou @heww Let's fix and merge #4 first. And then I'll rebase and merge so you can review.