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

New oids classification

parent 7e219076
No related branches found
No related tags found
1 merge request!152New oids classification
......@@ -168,9 +168,9 @@ for host,ports in endpoints.items():
"threat": f"Scan Error. task.id: {task.id}"}
report_manager.import_report(host,task_report)
#task.delete()
#target.delete()
#port_list.delete()
task.delete()
target.delete()
port_list.delete()
report_manager.classify_reports()
logging.info("Reports")
......
pipeline {
agent { label 'docker-paas-agent' }
agent { label 'docker-paas-agent-02' }
environment {
ORCHENT_AGENT_ACCOUNT='infn-cloud-ops'
......
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