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

New oids classification

parent b03ca948
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -798,8 +798,9 @@ class ReportManager():
yaml.dump(self.os_oids, file)
def write_oids(self, oids_filename) -> None:
with open(oids_filename, 'w') as file:
yaml.dump(self.os_oids, file)
with open(oids_filename, 'w') as f:
#yaml.dump(self.oids, f)
f.write(pretty_json(self.oids))
def push_new_oids(self):
repo = git.Repo(self.OS_SEC_DEST_DIR)
......
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