Skip to content

Commit

Permalink
Update rule_jsonschema.json (#1306)
Browse files Browse the repository at this point in the history
Added reference for CreateAlert
  • Loading branch information
chrisarav authored Jul 26, 2024
1 parent 68c7f81 commit 52d621d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/rule_jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"Enabled": {
"$ref": "#/definitions/Enabled"
},
"CreateAlert": {
"$ref": "#/definitions/CreateAlert"
},
"Filename": {
"$ref": "#/definitions/Filename"
},
Expand Down Expand Up @@ -99,6 +102,11 @@
"type": "boolean",
"default": true
},
"CreateAlert": {
"description": "Whether the correlation rule should create an alert or not (default: true)",
"type": "boolean",
"default": true
},
"Filename": {
"title": "Filename to the python file that acommpanies this detection.",
"description": "Python file with the detection logic",
Expand Down

0 comments on commit 52d621d

Please sign in to comment.