mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 20:58:06 +00:00
Make tool_version, onefuzz_version, tool_name optinal (#1940)
This commit is contained in:
@ -267,10 +267,7 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
"call_stack_sha256",
|
||||
"input_sha256",
|
||||
"task_id",
|
||||
"job_id",
|
||||
"tool_name",
|
||||
"tool_version",
|
||||
"onefuzz_version"
|
||||
"job_id"
|
||||
],
|
||||
"title": "Report",
|
||||
"type": "object"
|
||||
@ -2129,10 +2126,7 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
"call_stack_sha256",
|
||||
"input_sha256",
|
||||
"task_id",
|
||||
"job_id",
|
||||
"tool_name",
|
||||
"tool_version",
|
||||
"onefuzz_version"
|
||||
"job_id"
|
||||
],
|
||||
"title": "Report",
|
||||
"type": "object"
|
||||
@ -6383,10 +6377,7 @@ If webhook is set to have Event Grid message format then the payload will look a
|
||||
"call_stack_sha256",
|
||||
"input_sha256",
|
||||
"task_id",
|
||||
"job_id",
|
||||
"tool_name",
|
||||
"tool_version",
|
||||
"onefuzz_version"
|
||||
"job_id"
|
||||
],
|
||||
"title": "Report",
|
||||
"type": "object"
|
||||
|
Reference in New Issue
Block a user