Warning
This repository is no longer maintained, it has been integrated into the simple-scanner.
The module was created to scan an insecure private Docker registry at localhost:5000
with basic authentication. This is the default authentication used in brittanym/registry:2.0
which can be pulled from Docker Hub, follow the instructions shown there to modify the .htpasswd
file.
Clone this repository.
- In the local directory build the module
go build
- To add the module to the
$GOPATH/bin
rungo install
, this will build and move the module in a single step
- see the registry-scanner-python project
- Use the Dockerfile to build the registry-scanner Docker image with customized modifications or pull it from Docker Hub
- Support input for variables
registry url
,username
, andpassword
. - Binary files to simplify installation and use of the scanner.