diff --git a/DOCS.md b/DOCS.md index a0c0230..2acee39 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,5 +1,17 @@ - -The Clair plugin scans your docker image for security vulnerabilities. The below pipeline configuration demonstrates simple usage: +--- +date: 2016-01-01T00:00:00+00:00 +title: Clair +author: jmccann +tags: [ docker, security ] +repo: jmccann/drone-clair +logo: clair.svg +image: jmccann/drone-clair +--- + +The Clair plugin submits your docker image to your [Clair](https://github.com/coreos/clair) +server to scan your docker image for security vulnerabilities. + +The below pipeline configuration demonstrates simple usage: ```yaml pipeline: diff --git a/README.md b/README.md index 53b6baf..493ac4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # drone-clair -Drone plugin to scan docker images with clair. +Drone plugin to scan docker images with [Clair](https://github.com/coreos/clair). For the usage information and a listing of the available options please take a look at [the docs](DOCS.md). @@ -19,6 +19,6 @@ Execute from the working directory: ``` docker run --rm \ - Unikorn123/drone-clair --url http://clair.company.com --username johndoe \ + jmccann/drone-clair --url http://clair.company.com --username johndoe \ --password mysecret --scan_image python:2.7 ```