harbor-scanner-clair icon indicating copy to clipboard operation
harbor-scanner-clair copied to clipboard

Use Clair as a plug-in vulnerability scanner in the Harbor registry

Results 7 harbor-scanner-clair issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @​ndeloof in distribution/distribution#3783 Parse http...

dependencies

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies

Container will respect environment variables when connecting to a registry to prepare layers: HTTP_PROXY HTTPS_PROXY NO_PROXY This is based on https://github.com/quay/clair/pull/530

The progress crashed when server receiving a scan request that the number of image layers is 0 Trace ``` panic: runtime error: index out of range [-1] goroutine 167 [running]:...

Does the adapter support newer releases of Clair? i.e. 4.x.y

question

I have configured an external Clair scanner(2.1.7). which is configured to harbor Version v1.10.6. Performed a manual Full scan. Checked in the harbor db it shows as finished, 27 |...

There's no reason to run scanner adapter service as root in the Docker container. We should update the Dockerfile respectively. ``` $ dockle docker.io/goharbor/harbor-scanner-clair:1.0.1-rc1 WARN - CIS-DI-0001: Create a user...

enhancement
good first issue