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

Command line tool to scan and list images in an HTTP registry with basic authentication.

Notifications You must be signed in to change notification settings

britslampe/http-registry-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command line tool to scan and list images in an HTTP registry with basic authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published