diff --git a/README.md b/README.md index 43861ba093..8ce126ca94 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ Output: -b [-], --backport-fix [-] Lists backported fixes if available from Linux distribution --affected-versions Lists versions of product affected by a given CVE (to facilitate upgrades) - --sbom-output SBOM_OUTPUT + --sbom-output SBOM_FILE provide software bill of materials (sbom) filename to generate --sbom-type {spdx,cyclonedx} specify type of software bill of materials (sbom) to generate (default: spdx) @@ -506,7 +506,7 @@ Output: Vex Output: Arguments related to Vex output document. - --vex-ouptput VEX_OUTPUT + --vex-ouptput VEX_FILE Provide vulnerability exploitability exchange (vex) filename to generate --vex-type {cyclonedx, csaf, openvex} specify type of vulnerability exploitability exchange (vex) to generate (default: cyclonedx) diff --git a/doc/MANUAL.md b/doc/MANUAL.md index 69a738b2e3..ba1915269c 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -58,11 +58,11 @@ - [-A \[\-\\], --available-fix \[\-\\]](#-a-distro_name-distro_version_name---available-fix-distro_name-distro_version_name) - [-b \[\-\\], --backport-fix \[\-\\]](#-b-distro_name-distro_version_name---backport-fix-distro_name-distro_version_name) - [--affected-versions](#--affected-versions) - - [--sbom-output SBOM\_OUTPUT](#--sbom-output-sbom_output) + - [--vex-output VEX_FILE](#--vex-file-vex_file) + - [--vex-type](#--vex-type) + - [--sbom-output SBOM_FILE](#--sbom-output-sbom_file) - [--sbom-type](#--sbom-type) - [--sbom-format](#--sbom-format) - - [--vex-type](#--vex-type) - - [--vex-output VEX\_OUTPUT](#--vex-output) - [Output verbosity](#output-verbosity) - [Quiet Mode](#quiet-mode) - [Logging modes](#logging-modes) @@ -177,7 +177,7 @@ which is useful if you're trying the latest code from -b [-], --backport-fix [-] Lists backported fixes if available from Linux distribution --affected-versions Lists versions of product affected by a given CVE (to facilitate upgrades) - --sbom-output SBOM_OUTPUT + --sbom-output SBOM_FILE Provide software bill of materials (sbom) filename to generate --sbom-type {spdx,cyclonedx} specify type of software bill of materials (sbom) to generate (default: spdx) @@ -187,7 +187,7 @@ which is useful if you're trying the latest code from Vex Output: Arguments related to Vex output document. - --vex-output VEX_OUTPUT + --vex-output VEX_FILE Provide vulnerability exploitability exchange (vex) filename to generate --vex-type {cyclonedx,csaf,openvex} specify type of vulnerability exploitability exchange (vex) to generate (default: cyclonedx) @@ -1362,7 +1362,7 @@ type of Vulnerability Exploitability eXchange (VEX) to be generated. VEXs can be If this option is not specified, an CycloneDX VEX will be generated. -### --sbom-output SBOM_OUTPUT +### --sbom-output SBOM_FILE This option allows you to specify the filename for a Software Bill of Material (SBOM) file which contains all of the components detected by the scan. The generated file can be used as a subsequent input to the CVE Binary tool with `--sbom-file` parameter.