goharbor / harbor-scanner-clair

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

feat(metadata): add docker image schema1 support #17

Closed heww closed 2 years ago

heww commented 4 years ago

Add docker image schema1 support.

Closes https://github.com/goharbor/harbor/issues/11441

Signed-off-by: He Weiwei hweiwei@vmware.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will decrease coverage by 2.71%. The diff coverage is 28.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   50.35%   47.64%   -2.72%     
==========================================
  Files          13       14       +1     
  Lines         556      636      +80     
==========================================
+ Hits          280      303      +23     
- Misses        259      315      +56     
- Partials       17       18       +1     
Impacted Files Coverage Δ
pkg/etc/config.go 44.44% <ø> (ø)
pkg/http/api/base_handler.go 73.91% <ø> (ø)
pkg/registry/client.go 0.00% <0.00%> (ø)
pkg/redisx/pool.go 26.92% <26.92%> (ø)
pkg/http/api/v1/handler.go 92.70% <100.00%> (+0.10%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f88d03...357e80c. Read the comment docs.

danielpacak commented 2 years ago

Closing as it is not complete and refers to stale issue https://github.com/goharbor/harbor/issues/11441