58
58
- [ -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 )
59
59
- [ -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 )
60
60
- [ --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 )
62
64
- [ --sbom-type] ( #--sbom-type )
63
65
- [ --sbom-format] ( #--sbom-format )
64
- - [ --vex-type] ( #--vex-type )
65
- - [ --vex-output VEX\_ OUTPUT] ( #--vex-output )
66
66
- [ Output verbosity] ( #output-verbosity )
67
67
- [ Quiet Mode] ( #quiet-mode )
68
68
- [ Logging modes] ( #logging-modes )
@@ -177,7 +177,7 @@ which is useful if you're trying the latest code from
177
177
-b [<distro_name>-<distro_version_name>], --backport-fix [<distro_name>-<distro_version_name>]
178
178
Lists backported fixes if available from Linux distribution
179
179
--affected-versions Lists versions of product affected by a given CVE (to facilitate upgrades)
180
- --sbom-output SBOM_OUTPUT
180
+ --sbom-output SBOM_FILE
181
181
Provide software bill of materials (sbom) filename to generate
182
182
--sbom-type {spdx,cyclonedx}
183
183
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
187
187
Vex Output:
188
188
Arguments related to Vex output document.
189
189
190
- --vex-output VEX_OUTPUT
190
+ --vex-output VEX_FILE
191
191
Provide vulnerability exploitability exchange (vex) filename to generate
192
192
--vex-type {cyclonedx,csaf,openvex}
193
193
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
1362
1362
1363
1363
If this option is not specified, an CycloneDX VEX will be generated.
1364
1364
1365
- ### --sbom-output SBOM_OUTPUT
1365
+ ### --sbom-output SBOM_FILE
1366
1366
1367
1367
This option allows you to specify the filename for a Software Bill of Material (SBOM) file which contains all of the
1368
1368
components 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