diff --git a/Documentation/integrations.md b/Documentation/integrations.md new file mode 100644 index 00000000..b02f53c6 --- /dev/null +++ b/Documentation/integrations.md @@ -0,0 +1,19 @@ +# Integrations +This document tracks projects that integrate with Clair. [Join the community](https://github.com/coreos/clair/), and help us keep the list up-to-date. + +## Projects + +[Quay.io](https://quay.io/): the first container registry to integrate with Clair. + +[Dockyard](https://github.com/Huawei/dockyard): an open source container registry with Clair integration. + +[Clairctl](https://github.com/jgsqware/clairctl): a lightweight command-line tool for working locally with Clair and generate HTML report. + +[Clair-SQS](https://github.com/zalando-incubator/clair-sqs): a container containing Clair and additional processes that integrate Clair with [Amazon SQS][sqs]. + +[Klar](https://github.com/optiopay/klar): a simple command-line integration of Clair and Docker registry, designed to be used in scripts and CI. + +[reg](https://github.com/jessfraz/reg#vulnerability-reports): a docker registry CLI, which also runs Clair. + + +[sqs]: https://aws.amazon.com/sqs/ \ No newline at end of file diff --git a/Documentation/production-users.md b/Documentation/production-users.md new file mode 100644 index 00000000..f74d9bfc --- /dev/null +++ b/Documentation/production-users.md @@ -0,0 +1,8 @@ +# Production users + +This document tracks people and use cases for Clair in production. [Join the community](https://github.com/coreos/Clair/), and help us keep the list up-to-date. + +## [Quay.io](https://quay.io/) + +Quay is CoreOS' enterprise-ready container registry. It displays the results of a Clair security scan on each hosted image's page. + diff --git a/README.md b/README.md index a0a2aca0..1ca6ff5e 100644 --- a/README.md +++ b/README.md @@ -204,10 +204,8 @@ To expose the new behavior, unqualified imports to the package must be added in - _Clair: A Container Image Security Analyzer @ Microservices NYC_ - [Event](https://www.meetup.com/Microservices-NYC/events/230023492/) [Video](https://www.youtube.com/watch?v=ynwKi2yhIX4) [Slides](https://docs.google.com/presentation/d/1ly9wQKQIlI7rlb0JNU1_P-rPDHU4xdRCCM3rxOdjcgc) - _Clair: A Container Image Security Analyzer @ Container Orchestration NYC_ - [Event](https://www.meetup.com/Container-Orchestration-NYC/events/229779466/) [Video](https://www.youtube.com/watch?v=wTfCOUDNV_M) [Slides](https://docs.google.com/presentation/d/1ly9wQKQIlI7rlb0JNU1_P-rPDHU4xdRCCM3rxOdjcgc) -### Projects Integrating with Clair +### Integrations and Production Users + +- [Projects integrating with Clair](https://github.com/coreos/clair/blob/master/Documentation/integrations.md) +- [Production users](https://github.com/coreos/clair/blob/master/Documentation/production-users.md) -- [Quay](https://quay.io): the first container registry to integrate with Clair -- [Dockyard](https://github.com/containerops/dockyard): an open source container registry with Clair integration -- [Clairctl](https://github.com/jgsqware/clairctl): a lightweight command-line tool for working locally with Clair and generate HTML report -- [Clair w/ SQS](https://github.com/zalando/clair-sqs): a container containing Clair and additional processes that integrate Clair with [Amazon SQS](https://aws.amazon.com/sqs) -- [Klar](https://github.com/optiopay/klar): a simple command-line integration of Clair and Docker registry, designed to be used in scripts and CI