Drone plugin to scan Docker images with Clair
Go to file
2018-07-11 10:54:40 +02:00
vendor
.drone.yml Another repo name update 2017-01-14 22:24:02 -06:00
.gitignore
Dockerfile bump alpine to 3.8 and klar to 2.2.0 2018-07-11 10:54:40 +02:00
DOCS.md
LICENSE
main.go
plugin.go Properly set creds for DOCKER_USER for klar 2017-01-14 22:23:48 -06:00
README.md

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