Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.17 KB

Warning

This repository is no longer maintained, it has been integrated into the simple-scanner.

registry-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.

quick start

Clone this repository.

go

  • In the local directory build the module go build
  • To add the module to the $GOPATH/bin run go install, this will build and move the module in a single step

python

docker

  • Use the Dockerfile to build the registry-scanner Docker image with customized modifications or pull it from Docker Hub

future goals

  • Support input for variables registry url, username, and password.
  • Binary files to simplify installation and use of the scanner.