Update README

This commit is contained in:
abhisek 2023-02-02 17:56:59 +05:30
parent 1057d9d36c
commit 1444afa90f
No known key found for this signature in database
GPG Key ID: CB92A4990C02A88F

View File

@ -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?