idea is that people if they want to query the database will do it with this lightweight util
something like docker run inthewild/inthewild reports CVE-2021-30666
using typer to deal with args and help
there is an option to return json --no-format-cli
tried to structure it so that people can also just copy/paste if they need it somewhere
Whenever there is a push (most of the time this will be the DB Updater job) it will publish a new docker image so people will have the most recent db
idea is that people if they want to query the database will do it with this lightweight util something like
docker run inthewild/inthewild reports CVE-2021-30666
--no-format-cli
Whenever there is a push (most of the time this will be the DB Updater job) it will publish a new docker image so people will have the most recent db