Skip to content
Snippets Groups Projects
Commit b052ff53 authored by Chukwuemeka Michael Muonagor's avatar Chukwuemeka Michael Muonagor
Browse files

Update main.py

parent 32539326
No related branches found
No related tags found
No related merge requests found
......@@ -64,13 +64,13 @@ class Workflow(BaseModel):
command: str
intent_type: str
threat: str
victim_host: str
attacked_host: str
mitigation_host: str
action: str
duration: str
intent_id: str
workflows = [Workflow(command='', intent_type='', threat='', victim_host='',
workflows = [Workflow(command='', intent_type='', threat='', attacked_host='',
mitigation_host='', action='', duration='', intent_id='')]
workflow_endpoint = parameters['to_send_workflow']
......
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