More updates to documentation

This commit is contained in:
Jacob McCann 2017-01-14 21:23:59 -06:00
parent 3efe3a0941
commit 01e2500003
2 changed files with 15 additions and 3 deletions

14
DOCS.md
View File

@ -1,5 +1,17 @@
---
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 scans your docker image for security vulnerabilities. The below pipeline configuration demonstrates simple usage:
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:

View File

@ -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
```