Drone plugin to scan Docker images with Clair
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jacob McCann 9cbc294969
Update repo names
7 years ago
vendor initial commit 7 years ago
.drone.yml initial commit 7 years ago
.gitignore Updated Dockerfile to ADD klar binary 7 years ago
DOCS.md initial commit 7 years ago
Dockerfile Update repo names 7 years ago
LICENSE initial commit 7 years ago
README.md initial commit 7 years ago
main.go Add ability to run clair against server with internally signed certs 7 years ago
plugin.go Add ability to run clair against server with internally signed certs 7 years ago

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 \
  Unikorn123/drone-clair --url http://clair.company.com --username johndoe \
  --password mysecret --scan_image python:2.7