Vulnerability Static Analysis for Containers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Andy 0085d3e042
continuous-integration/drone/push Build is passing Details
update readme
преди 5 години
.github .github: add stale and issue template enforcement преди 6 години
Documentation Add Amazon Linux to drivers and data sources doc преди 5 години
api Merge pull request #741 from KeyboardNerd/parallel_download преди 5 години
cmd/clair Add updaters for Amazon Linux 2018.03 and Amazon Linux 2 преди 5 години
contrib helm: allow for ingress path configuration in values.yml преди 5 години
database add disco to namespace mappings for ubuntu преди 5 години
ext database: Rename affected type to feature type (for Amazon Linux updater) преди 5 години
pkg tarutil: convert all filename specs to regexps преди 5 години
testdata/DistUpgrade clair: move worker to top level package преди 7 години
vendor glide: add errgroup and regenerate vendor преди 5 години
.dockerignore Adding httputil and version packages преди 6 години
.drone.yml add Drone CI преди 5 години
.travis.yml Travis: Drop support for postgres 9.4 преди 5 години
DCO Initial commit преди 9 години
Dockerfile Add build-base to docker image преди 6 години
LICENSE Initial commit преди 9 години
NOTICE Initial commit преди 9 години
README.md update readme преди 5 години
ROADMAP.md *: update roadmap преди 6 години
analyzer.go clair: Use builder pattern for constructing ancestry преди 5 години
ancestry.go Use PotentialNamespace in ancestry преди 5 години
ancestry_test.go Use PotentialNamespace in ancestry преди 5 години
bill-of-materials.json api: remove dependency on graceful преди 6 години
blob.go clair: Use builder pattern for constructing ancestry преди 5 години
code-of-conduct.md update CoC преди 6 години
config.yaml.sample config: enable suse updater преди 5 години
glide.lock glide: add errgroup and regenerate vendor преди 5 години
glide.yaml glide: add errgroup and regenerate vendor преди 5 години
license_header_test.go Add license header check test преди 5 години
notifier.go database: Move db logic to dbutil преди 5 години
updater.go database: Move db logic to dbutil преди 5 години
updater_test.go Merge pull request #672 from KeyboardNerd/source_package/feature_type преди 5 години

README.md

Build Status

Clair

Build Status Docker Repository on Quay Go Report Card GoDoc IRC Channel

Note: The master branch may be in an unstable or even broken state during development. Please use releases instead of the master 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 appc and docker).

  1. In regular intervals, Clair ingests vulnerability metadata from a configured set of sources and stores it in the database.
  2. Clients use the Clair API to index their container images; this creates a list of features present in the image and stores them in the database.
  3. Clients use the Clair API to query the database for vulnerabilities of a particular image; correlating vulnerabilities and features is done for each request, avoiding the need to rescan images.
  4. When updates to vulnerability metadata occur, a notification can be sent to alert systems that a change has occured.

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.

Getting Started

Contact

  • IRC: #clair on freenode.org
  • Bugs: issues

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.