This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
Vulnny CLI v0.0.1
A simple tool to leverage the govulncheck
database for finding vulnerabilities in your codebase and report them using the SARIF format.
vulnny is a tool for finding publically known vulnerabilities withing your codebase.
This application is a tool to find the publically known vulnerabilities withing
your codebase using the go tools vulncheck library, the same library used to
power the govulncheck tool.
The -o flag forces vulnny to write the resulting SARIF log to the named
output file, instead of the default behavior of writing the SARIF log
to stdout.
Usage:
vulnny [-o output] [packages]
Flags:
-o string
File to export the SARIF log to