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.
Andy b71fa6b455
trivial [SKIP CI]
преди 6 години
vendor initial commit преди 7 години
.drone.yml trivial [SKIP CI] преди 6 години
.gitignore Updated Dockerfile to ADD klar binary преди 7 години
DOCS.md More updates to documentation преди 7 години
Dockerfile bump alpine to 3.8 and klar to 2.2.0 преди 6 години
LICENSE initial commit преди 7 години
README.md More updates to documentation преди 7 години
main.go Add checks for required parameters преди 7 години
plugin.go Properly set creds for DOCKER_USER for klar преди 7 години

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