Drone plugin to scan Docker images with Clair
Go to file
2017-01-14 21:23:59 -06:00
vendor initial commit 2016-12-29 14:20:52 -06:00
.drone.yml initial commit 2016-12-29 14:20:52 -06:00
.gitignore Updated Dockerfile to ADD klar binary 2016-12-29 14:29:45 -06:00
Dockerfile Update repo names 2017-01-14 21:13:49 -06:00
DOCS.md More updates to documentation 2017-01-14 21:23:59 -06:00
LICENSE initial commit 2016-12-29 14:20:52 -06:00
main.go Add ability to run clair against server with internally signed certs 2016-12-31 10:53:23 -06:00
plugin.go Add ability to run clair against server with internally signed certs 2016-12-31 10:53:23 -06:00
README.md More updates to documentation 2017-01-14 21:23:59 -06:00

drone-clair

Drone plugin to scan docker images with Clair.

For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

go build
go test

Usage

Execute from the working directory:

docker run --rm \
  jmccann/drone-clair --url http://clair.company.com --username johndoe \
  --password mysecret --scan_image python:2.7