Skip to content
Snippets Groups Projects
Commit 0d8d673b authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Updated ssh connection uuid

parent 927b9209
No related branches found
No related tags found
1 merge request!8Updated ssh connection uuid
Pipeline #98065 passed
......@@ -415,7 +415,7 @@ connection = TLSConnection(hostname=local_ip)
transform = EtreeTransform()
config = {'id':"9866edc1-8869-4e80-acac-d15d5647b4d9"}
scanner = {'id': "08b69003-5fc2-4037-a479-93b440211c73"}
ovs_ssh_credential = {'id': "a89d5ebf-01bf-4836-ae72-a65bc633219a"}
ovs_ssh_credential = {'id': "b9af5845-8b87-4378-bca4-cee39a894c17"}
wait_timeout = 3600 #1h
if len(argv) != 4:
......@@ -463,4 +463,4 @@ for host,ports in endpoints.items():
severities = process_global_severity(severities)
with open(severity_filename, "w") as f:
f.write(json.dumps(severities))
\ No newline at end of file
f.write(json.dumps(severities))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment