Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Feb 22, 2024
1 parent 204948f commit 5fcc9a3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions integrations/amazon-security-lake/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,9 @@ def _test():
print("--")
print("")
print(ocsf_event)
# event = Event.model_validate_json(json.dumps(event))
# print(event)
# ocsf_event = to_detection_finding(event)

except KeyError as e:
raise (e)
# except ValidationError as e:
# print(e)

# if ocsf_event:
# with open("wazuh-event.ocsf.json", "w") as fd:
# json.dump(ocsf_event.model_dump(), fd)
# print(ocsf_event.model_dump())


if __name__ == '__main__':
Expand Down

0 comments on commit 5fcc9a3

Please sign in to comment.