More updates to documentation

updates
Jacob McCann 7 years ago
parent 3efe3a0941
commit 01e2500003

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

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

Loading…
Cancel
Save