Drone plugin to scan Docker images with Clair
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Andy b71fa6b455
trivial [SKIP CI]
il y a 6 ans
vendor initial commit il y a 7 ans
.drone.yml trivial [SKIP CI] il y a 6 ans
.gitignore Updated Dockerfile to ADD klar binary il y a 7 ans
DOCS.md More updates to documentation il y a 7 ans
Dockerfile bump alpine to 3.8 and klar to 2.2.0 il y a 6 ans
LICENSE initial commit il y a 7 ans
README.md More updates to documentation il y a 7 ans
main.go Add checks for required parameters il y a 7 ans
plugin.go Properly set creds for DOCKER_USER for klar il y a 7 ans

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