🚀 Quick Start
- Download the binary file for your operating system/architecture from the Official GitHub Releases or look at different installation options.
- Run
vet
to identify risks
vet scan -D /path/to/repository
- You can also scan a specific (supported) package manifest
vet scan --lockfiles /path/to/pom.xml
vet scan --lockfiles /path/to/requirements.txt
vet scan --lockfiles /path/to/package-lock.json
info
To list all available package manifest parsers run
vet scan parsers --experimental