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