https://github.com/jmccann/drone-clair
Drone plugin to scan Docker images with Clair
https://github.com/jmccann/drone-clair
clair drone-plugin scan-docker-images
Last synced: 10 months ago
JSON representation
Drone plugin to scan Docker images with Clair
- Host: GitHub
- URL: https://github.com/jmccann/drone-clair
- Owner: jmccann
- License: apache-2.0
- Created: 2016-12-29T20:18:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T08:55:20.000Z (over 7 years ago)
- Last Synced: 2025-03-24T14:11:13.438Z (11 months ago)
- Topics: clair, drone-plugin, scan-docker-images
- Language: Go
- Homepage:
- Size: 645 KB
- Stars: 5
- Watchers: 0
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-clair
Drone plugin to scan docker images with [Clair](https://github.com/coreos/clair).
For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).
## 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
```