1
0
Fork 0
Drone plugin to scan Docker images with Clair
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Andy b71fa6b455
trivial [SKIP CI]
6 anos atrás
vendor initial commit 7 anos atrás
.drone.yml trivial [SKIP CI] 6 anos atrás
.gitignore Updated Dockerfile to ADD klar binary 7 anos atrás
DOCS.md More updates to documentation 7 anos atrás
Dockerfile bump alpine to 3.8 and klar to 2.2.0 6 anos atrás
LICENSE initial commit 7 anos atrás
README.md More updates to documentation 7 anos atrás
main.go Add checks for required parameters 7 anos atrás
plugin.go Properly set creds for DOCKER_USER for klar 7 anos atrás

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