File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The currently supported scanners/formats include:
23
23
Then, to process the vulnerability report output from ` grype ` :
24
24
25
25
``` shell
26
- vulctl --source $image --file report.json --format grype
26
+ vulctl --source $image --file report.json
27
27
```
28
28
29
29
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:
64
64
}
65
65
```
66
66
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
+ ```
67
78
68
79
## Installation
69
80
You can’t perform that action at this time.
0 commit comments