Skip to content

Commit

Permalink
fix: output_engine test error
Browse files Browse the repository at this point in the history
Signed-off-by: sanskarsharma3110@gmail.com <sanskarsharma3110@gmail.com>
  • Loading branch information
mastersans committed Aug 8, 2024
1 parent 49f9d9e commit 176b1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/output_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def __init__(
sbom_format: str = "tag",
sbom_root: str = "CVE_SBOM",
vex_filename: str = "",
vex_type: str = "cyclonedx",
vex_type: str = "",
vex_product_info: dict[str, str] = {},
offline: bool = False,
):
Expand Down

0 comments on commit 176b1ec

Please sign in to comment.