Drone plugin to scan Docker images with Clair
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Andy b71fa6b455
trivial [SKIP CI]
před 6 roky
vendor initial commit před 7 roky
.drone.yml trivial [SKIP CI] před 6 roky
.gitignore Updated Dockerfile to ADD klar binary před 7 roky
DOCS.md More updates to documentation před 7 roky
Dockerfile bump alpine to 3.8 and klar to 2.2.0 před 6 roky
LICENSE initial commit před 7 roky
README.md More updates to documentation před 7 roky
main.go Add checks for required parameters před 7 roky
plugin.go Properly set creds for DOCKER_USER for klar před 7 roky

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