1
0
Fork 0
Drone plugin to scan Docker images with Clair
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Andy b71fa6b455
trivial [SKIP CI]
vor 6 Jahren
vendor initial commit vor 7 Jahren
.drone.yml trivial [SKIP CI] vor 6 Jahren
.gitignore Updated Dockerfile to ADD klar binary vor 7 Jahren
DOCS.md More updates to documentation vor 7 Jahren
Dockerfile bump alpine to 3.8 and klar to 2.2.0 vor 6 Jahren
LICENSE initial commit vor 7 Jahren
README.md More updates to documentation vor 7 Jahren
main.go Add checks for required parameters vor 7 Jahren
plugin.go Properly set creds for DOCKER_USER for klar vor 7 Jahren

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