Skip to content

Commit 8bd3273

Browse files
committed
readme
1 parent 37d82f1 commit 8bd3273

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The currently supported scanners/formats include:
2323
Then, to process the vulnerability report output from `grype`:
2424

2525
```shell
26-
vulctl --source $image --file report.json --format grype
26+
vulctl --source $image --file report.json
2727
```
2828

2929
The resulting file or stdout output will look something like this:
@@ -64,6 +64,17 @@ The resulting file or stdout output will look something like this:
6464
}
6565
```
6666

67+
Supported flags:
68+
69+
```shell
70+
--source <digest> (required)
71+
--file <path> (required)
72+
--format <format> (required, e.g. grype, snyk, trivy)
73+
--output <path> (optional, defaults to stdout)
74+
--flat (optional, flatten the output, defaults to false)
75+
--verbose (optional, prints debug logs, defaults to false)
76+
--version (optional, prints version and exits)
77+
```
6778

6879
## Installation
6980

0 commit comments

Comments
 (0)