Skip to content
/ vunnel Public
forked from anchore/vunnel

Tool for collecting vulnerability data from various sources (used to build the grype database)

License

Notifications You must be signed in to change notification settings

luhring/vunnel

Repository files navigation

vunnel

A vulnerability data funnel... a vunnel! (someone should really find a better name)

Run locally:

# prepare environment
poetry shell
poetry install

# run...
vunnel list
vunnel run -p centos

# output in the ./data directory

...or run in a containerized environment:

docker-compose run vunnel run -p centos

# output in the ./data directory

About

Tool for collecting vulnerability data from various sources (used to build the grype database)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • Makefile 1.7%
  • Dockerfile 0.2%