We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1057d9d commit 1444afaCopy full SHA for 1444afa
1 file changed
README.md
@@ -37,6 +37,18 @@ Run `vet` to identify risks
37
vet scan -D /path/to/repository
38
```
39
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
52
## FAQ
53
54
### How do I disable the stupid banner?
0 commit comments