Skip to content
main
Switch branches/tags
Code

Latest commit

It seems that some container runtimes mount things such that paths
reported from procfs don't line up in sysfs. This falls back to
examining the root cgroup if a specific one doesn't exist; as noted in
the code, if this isn't actually the process' cgroup, it'll be the root
cgroup and end up matching the default GOMAXPROCS guess.

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
3b2f495

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
DCO
Nov 13, 2015
Nov 13, 2015
Nov 13, 2015

Clair

Docker Repository on Quay PkgGoDev IRC Channel

Note: The main branch may be in an unstable or even broken state during development. Please use releases instead of the main branch in order to get stable binaries.

Clair Logo

Clair is an open source project for the static analysis of vulnerabilities in application containers (currently including OCI and docker).

Clients use the Clair API to index their container images and can then match it against known vulnerabilities.

Our goal is to enable a more transparent view of the security of container-based infrastructure. Thus, the project was named Clair after the French term which translates to clear, bright, transparent.

The book contains all the documentation on Clair's architecture and operation.

Community

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

License

Clair is under the Apache 2.0 license. See the LICENSE file for details.