Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Adding clair plugin #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions stable/clair/README.md
Original file line number Diff line number Diff line change
@@ -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)