You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
vendor | 6 years ago | |
.drone.yml | 5 years ago | |
.gitignore | 6 years ago | |
DOCS.md | 6 years ago | |
Dockerfile | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
main.go | 6 years ago | |
plugin.go | 6 years ago |
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