You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,10 +55,6 @@ You can also do `pip install --user -e .` to install a local copy which is usefu
52
55
53
56
## Most popular usage options
54
57
55
-
## Using the tool offline
56
-
57
-
Specifying the `--offline` option when running a scan ensures that cve-bin-tool doesn't attempt to download the latest database files or to check for a newer version of the tool.
58
-
59
58
### Finding known vulnerabilities using the binary scanner
Valid SBOM types are [SPDX](https://spdx.dev/specifications/),
90
89
[CycloneDX](https://cyclonedx.org/specification/overview/), and [SWID](https://csrc.nist.gov/projects/software-identification-swid/guidelines).
91
90
91
+
### Using the tool offline
92
+
93
+
Specifying the `--offline` option when running a scan ensures that cve-bin-tool doesn't attempt to download the latest database files or to check for a newer version of the tool.
94
+
95
+
Note that you will need to obtain a copy of the vulnerability data before the tool can run in offline mode. [The offline how-to guide contains more information on how to set up your database.](https://github.com/intel/cve-bin-tool/blob/main/doc/how_to_guides/offline.md)
96
+
92
97
## Output Options
93
98
94
99
The CVE Binary Tool provides console-based output by default. If you wish to provide another format, you can specify this and a filename on the command line using `--format`. The valid formats are CSV, JSON, console, HTML and PDF. The output filename can be specified using the `--output-file` flag.
0 commit comments