Closed seemantk closed 2 years ago
after some discord discussion this CLI design looks most promising:
vulner scan --recursive -p /var/git/meta-repo
vulner scan -p /var/git/meta-repo/kits/core-kit
some alternative for meta-repo
scan was:
vulner scan --adapter=meta-repo
vulner scan --adapter=meta-repo -p /some/custom/path/to/meta-repo
vulner scan --recursive -p /var/git/meta-rep
part will be delivered in following commit
Hello Jakub.
vulner
is very useful in its current state to understand the installed packages.From the perspective of a Linux distro maintainer, I want to use
vulner
to check all the available packages for vulnerabilities so that we can proactively solve them , instead of waiting for users to runvulner
and report issues.