More updates to documentation
This commit is contained in:
parent
3efe3a0941
commit
01e2500003
14
DOCS.md
14
DOCS.md
@ -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
|
```yaml
|
||||||
pipeline:
|
pipeline:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# drone-clair
|
# 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).
|
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 \
|
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
|
--password mysecret --scan_image python:2.7
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user