From 698c8ee28a957228d5f4fc16bf5d8b5717049726 Mon Sep 17 00:00:00 2001 From: Roy Shmueli <roy@codefresh.io> Date: Mon, 27 Nov 2017 13:03:16 +0200 Subject: [PATCH] Add clair readme --- stable/clair/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 stable/clair/README.md diff --git a/stable/clair/README.md b/stable/clair/README.md new file mode 100644 index 00000000..01e7437c --- /dev/null +++ b/stable/clair/README.md @@ -0,0 +1,27 @@ +# Codefresh Clair Plugin + +Use Codefresh [Clair](https://github.com/coreos/clair) plugin to scan your docker image and find security vulnerabilities. + +## Usage + +Set required and optional environment variable and add the following step to your Codefresh pipeline: + +```yaml +--- +version: '1.0' + +steps: + + ... + + release_to_env: + image: codefresh/plugin-clair:1.0.0 + + ... + +``` + +## Environment Variables + +- **required** `CHART_NAME` - Helm chart name +- `TIMEOUT` - wait timeout (5min by default)