Skip to content

Drone plugin to scan Docker images with Clair

License

Notifications You must be signed in to change notification settings

digitalist-se/drone-clair

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 \
  digitalist/drone-clair --url http://clair.company.com --username johndoe \
  --password mysecret --scan_image python:2.7

About

Drone plugin to scan Docker images with Clair

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 86.6%
  • Dockerfile 13.4%