Drone plugin to scan Docker images with Clair
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Andy b71fa6b455
trivial [SKIP CI]
6 yıl önce
vendor initial commit 7 yıl önce
.drone.yml trivial [SKIP CI] 6 yıl önce
.gitignore Updated Dockerfile to ADD klar binary 7 yıl önce
DOCS.md More updates to documentation 7 yıl önce
Dockerfile bump alpine to 3.8 and klar to 2.2.0 6 yıl önce
LICENSE initial commit 7 yıl önce
README.md More updates to documentation 7 yıl önce
main.go Add checks for required parameters 7 yıl önce
plugin.go Properly set creds for DOCKER_USER for klar 7 yıl önce

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