diff --git a/utils/script.py b/utils/script.py index 346fa504681a7cf97b35b18dcefc467b47dadda7..da38873cbc44e40a6c9dcd6899064d4ad723414d 100644 --- a/utils/script.py +++ b/utils/script.py @@ -397,6 +397,8 @@ def import_dep_info(file_path, endpoints_to_scan): auth_name = os.getenv('GMP_USER') auth_passwd = os.getenv('GMP_PASSWORD') +print(auth_name, aut) + logging.basicConfig(filename='debug.log', level=logging.DEBUG) local_ip = socket.gethostbyname(socket.gethostname()) connection = TLSConnection(hostname=local_ip) @@ -451,4 +453,4 @@ for host,ports in endpoints.items(): severities = process_global_severity(severities) with open(severity_filename, "w") as f: - f.write(json.dumps(severities)) + f.write(json.dumps(severities)) \ No newline at end of file