Drone plugin to scan Docker images with Clair
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
Andy b71fa6b455
trivial [SKIP CI]
6年前
vendor initial commit 7年前
.drone.yml trivial [SKIP CI] 6年前
.gitignore Updated Dockerfile to ADD klar binary 7年前
DOCS.md More updates to documentation 7年前
Dockerfile bump alpine to 3.8 and klar to 2.2.0 6年前
LICENSE initial commit 7年前
README.md More updates to documentation 7年前
main.go Add checks for required parameters 7年前
plugin.go Properly set creds for DOCKER_USER for klar 7年前

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