[Installation Checker] Fixed problems with iBoM version detection

- We must define INTERACTIVE_HTML_BOM_NO_DISPLAY=True
Related to #228
This commit is contained in:
Salvador E. Tropea 2022-07-19 09:44:09 -03:00
parent 175af3c0c4
commit ecd9e6280c
2 changed files with 8 additions and 0 deletions

View File

@ -971,6 +971,10 @@ def binary_tool(severity, name, url, url_down, deb_package, deb, extra_deb, role
show_roles(roles)
print(RESET)
# Force iBoM to avoid the use of graphical stuff
os.environ['INTERACTIVE_HTML_BOM_NO_DISPLAY'] = 'True'
# ######################################################################################################################
# Core tools
# ######################################################################################################################

View File

@ -253,6 +253,10 @@ def binary_tool(severity, name, url, url_down, deb_package, deb, extra_deb, role
show_roles(roles)
print(RESET)
# Force iBoM to avoid the use of graphical stuff
os.environ['INTERACTIVE_HTML_BOM_NO_DISPLAY'] = 'True'
# ######################################################################################################################
# Core tools
# ######################################################################################################################