You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Micke Nordin 03bebb9848
SCANNER: Add some error handling so we don't ouput an empty result
4 months ago
receiver Add admin interface for managing reports 11 months ago
scanner SCANNER: Add some error handling so we don't ouput an empty result 4 months ago
.jenkins.yaml Fix embarrasing spelling misstake 11 months ago
LICENSE Initial commit 2 years ago
README.md Update readme and make it clear that python 3.10 is needed 2 years ago

README.md

Invent

Invent is a dead simple docker image scanner. It will try to scan one or more docker image that it can reach with docker pull and output information about installed packages, operating system and docker inspect information.

Usage

  ./scanner.py --images debian:latest alpine:latest | jq .

The above command will download latest debian and alpine images from docker hub and scan them, and output the information in json format.

Requirements

The scanner needs python 3.10 and docker installed.