Drone plugin to scan Docker images with Clair
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
Andy b71fa6b455
trivial [SKIP CI]
pirms 6 gadiem
vendor initial commit pirms 7 gadiem
.drone.yml trivial [SKIP CI] pirms 6 gadiem
.gitignore Updated Dockerfile to ADD klar binary pirms 7 gadiem
DOCS.md More updates to documentation pirms 7 gadiem
Dockerfile bump alpine to 3.8 and klar to 2.2.0 pirms 6 gadiem
LICENSE initial commit pirms 7 gadiem
README.md More updates to documentation pirms 7 gadiem
main.go Add checks for required parameters pirms 7 gadiem
plugin.go Properly set creds for DOCKER_USER for klar pirms 7 gadiem

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