5858 - [ -A \[\< distro\_ name\> -\< distro\_ version\_ name\>\] , --available-fix \[\< distro\_ name\> -\< distro\_ version\_ name\>\] ] ( #-a-distro_name-distro_version_name---available-fix-distro_name-distro_version_name )
5959 - [ -b \[\< distro\_ name\> -\< distro\_ version\_ name\>\] , --backport-fix \[\< distro\_ name\> -\< distro\_ version\_ name\>\] ] ( #-b-distro_name-distro_version_name---backport-fix-distro_name-distro_version_name )
6060 - [ --affected-versions] ( #--affected-versions )
61- - [ --sbom-output SBOM\_ OUTPUT] ( #--sbom-output-sbom_output )
61+ - [ --vex-output VEX_FILE] ( #--vex-file-vex_file )
62+ - [ --vex-type] ( #--vex-type )
63+ - [ --sbom-output SBOM_FILE] ( #--sbom-output-sbom_file )
6264 - [ --sbom-type] ( #--sbom-type )
6365 - [ --sbom-format] ( #--sbom-format )
64- - [ --vex-type] ( #--vex-type )
65- - [ --vex-output VEX\_ OUTPUT] ( #--vex-output )
6666 - [ Output verbosity] ( #output-verbosity )
6767 - [ Quiet Mode] ( #quiet-mode )
6868 - [ Logging modes] ( #logging-modes )
@@ -177,7 +177,7 @@ which is useful if you're trying the latest code from
177177 -b [<distro_name>-<distro_version_name>], --backport-fix [<distro_name>-<distro_version_name>]
178178 Lists backported fixes if available from Linux distribution
179179 --affected-versions Lists versions of product affected by a given CVE (to facilitate upgrades)
180- --sbom-output SBOM_OUTPUT
180+ --sbom-output SBOM_FILE
181181 Provide software bill of materials (sbom) filename to generate
182182 --sbom-type {spdx,cyclonedx}
183183 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
187187 Vex Output:
188188 Arguments related to Vex output document.
189189
190- --vex-output VEX_OUTPUT
190+ --vex-output VEX_FILE
191191 Provide vulnerability exploitability exchange (vex) filename to generate
192192 --vex-type {cyclonedx,csaf,openvex}
193193 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
13621362
13631363If this option is not specified, an CycloneDX VEX will be generated.
13641364
1365- ### --sbom-output SBOM_OUTPUT
1365+ ### --sbom-output SBOM_FILE
13661366
13671367This option allows you to specify the filename for a Software Bill of Material (SBOM) file which contains all of the
13681368components detected by the scan. The generated file can be used as a subsequent input to the CVE Binary tool with ` --sbom-file ` parameter.
0 commit comments