Skip to content

Commit 1444afa

Browse files
committed
Update README
1 parent 1057d9d commit 1444afa

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ Run `vet` to identify risks
3737
vet scan -D /path/to/repository
3838
```
3939

40+
or scan a specific (supported) package manifest
41+
42+
```bash
43+
vet scan --lockfiles /path/to/pom.xml
44+
vet scan --lockfiles /path/to/requirements.txt
45+
vet scan --lockfiles /path/to/package-lock.json
46+
```
47+
48+
The default scan uses an opinionated [Console Reporter](#) which presents
49+
a summary of findings per package manifest. Thanks NOT about it. Read more for
50+
expression based filtering and policy evaluation.
51+
4052
## FAQ
4153

4254
### How do I disable the stupid banner?

0 commit comments

Comments
 (0)