From c4281b3a3c9c90beed7ea723a0a343ad80068e1e Mon Sep 17 00:00:00 2001 From: Alexey Miroshkin Date: Fri, 15 Jul 2016 08:56:01 +0200 Subject: [PATCH] README: add reference to Klar tool This update adds reference to Klar tool. Klar is a simple integration tool designed to be used in scripts and CI. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 327ae098..78cfb932 100644 --- a/README.md +++ b/README.md @@ -204,3 +204,4 @@ The following interfaces can have custom implementations registered via [init()] - [Dockyard](https://github.com/containerops/dockyard): an open source container registry with Clair integration - [Hyperclair](https://github.com/wemanity-belgium/hyperclair): a lightweight command-line tool for working locally with Clair - [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