https://github.com/kost/dockscan
dockscan is security vulnerability and audit scanner for Docker installations
https://github.com/kost/dockscan
Last synced: 7 months ago
JSON representation
dockscan is security vulnerability and audit scanner for Docker installations
- Host: GitHub
- URL: https://github.com/kost/dockscan
- Owner: kost
- License: gpl-2.0
- Created: 2015-11-13T04:04:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T13:49:38.000Z (about 9 years ago)
- Last Synced: 2025-03-30T03:04:50.975Z (8 months ago)
- Language: Ruby
- Size: 79.1 KB
- Stars: 220
- Watchers: 16
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hacking-lists - kost/dockscan - dockscan is security vulnerability and audit scanner for Docker installations (Ruby)
- awesome-cloud-native - dockscan - Dockscan is security vulnerability and audit scanner for Docker installations. (Security & Compliance)
README
[](https://travis-ci.org/kost/dockscan)
[](https://coveralls.io/r/kost/dockscan?branch=master)
dockscan
===========

Scan Docker installations for security issues and vulnerabilities.
## Features
- plugin based system for discovery, audit and reporting
- able to scan local and remote docker installations
- plugins are easy to write
## Requirements
- Ruby 2.0 or above (1.9.x does not work!)
- Ruby gem: docker-api (docker)
## Installation
You can install dockscan by installing dockscan gem:
`gem install dockscan`
## Usage
Typical usage for scanning docker installation.
If you wish to scan local Docker installation:
`dockscan unix:///var/run/docker.sock`
If you wish to scan remote Docker installation and produce HTML report:
`dockscan -r html -o myreport -v tcp://example.com:5422`
If you wish to scan remote Docker installation and produce text report:
`dockscan -r txt -o myreport -v tcp://example.com:5422`
## Environment variables
DOCKER_CERT_PATH will configure dockscan to use SSL
DOCKER_SSL_VERIFY if set to false will not verify certificates.
### ToDo
- [ ] Implement web frontend for scanner
- [ ] Progress bars
### Done
- [x] Different reporting (HTML, txt, ...)