Drone plugin to scan Docker images with Clair
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Andy b71fa6b455
trivial [SKIP CI]
hace 6 años
vendor initial commit hace 7 años
.drone.yml trivial [SKIP CI] hace 6 años
.gitignore Updated Dockerfile to ADD klar binary hace 7 años
DOCS.md More updates to documentation hace 7 años
Dockerfile bump alpine to 3.8 and klar to 2.2.0 hace 6 años
LICENSE initial commit hace 7 años
README.md More updates to documentation hace 7 años
main.go Add checks for required parameters hace 7 años
plugin.go Properly set creds for DOCKER_USER for klar hace 7 años

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