mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 00:22:08 -06:00
1.2 KiB
1.2 KiB
sidebar_position, title
| sidebar_position | title |
|---|---|
| 2 | 🚀 Quick Start |
🚀 Quick Start
- Download the binary file for your operating system/architecture from the Official GitHub Releases
- Get an API key for the vet insights data access for performing the scan
vet auth trial --email john.doe@example.com
:::info
A time limited trial API key will be sent over email.
:::
- Configure
vetto use API key to access the insights
vet auth configure
:::tip
Insights API is used to enrich OSS packages with metadata for rich query and policy decisions. Alternatively, the API key can be passed through environment variable VET_API_KEY
:::
- Run
vetto 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




