Drone plugin to scan Docker images with Clair
vendor | ||
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
DOCS.md | ||
LICENSE | ||
main.go | ||
plugin.go | ||
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