Skip to content

Commit

Permalink
fix: test error for config_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersans committed Aug 23, 2024
1 parent f679e2b commit 080223f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cve_bin_tool/config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def config_generator(config_format, organized_arguments):
group_args["sbom-type"]["arg_value"] = None
group_args["sbom-format"]["arg_value"] = None
group_args["sbom-output"]["arg_value"] = None
if group_title == "vex_output":
if group_args["vex-output"]["arg_value"] == "":
group_args["vex-type"]["arg_value"] = None
group_args["vex-output"]["arg_value"] = None
Expand Down

0 comments on commit 080223f

Please sign in to comment.