mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 00:22:08 -06:00
Update README
This commit is contained in:
parent
1057d9d36c
commit
1444afa90f
12
README.md
12
README.md
@ -37,6 +37,18 @@ Run `vet` to identify risks
|
||||
vet scan -D /path/to/repository
|
||||
```
|
||||
|
||||
or scan a specific (supported) package manifest
|
||||
|
||||
```bash
|
||||
vet scan --lockfiles /path/to/pom.xml
|
||||
vet scan --lockfiles /path/to/requirements.txt
|
||||
vet scan --lockfiles /path/to/package-lock.json
|
||||
```
|
||||
|
||||
The default scan uses an opinionated [Console Reporter](#) which presents
|
||||
a summary of findings per package manifest. Thanks NOT about it. Read more for
|
||||
expression based filtering and policy evaluation.
|
||||
|
||||
## FAQ
|
||||
|
||||
### How do I disable the stupid banner?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user