fix: [security-playbook] Categories are case sensitive

pull/325/head
Alexandre Dulaunoy 2021-09-28 14:48:27 +02:00
parent ee9b978c5e
commit 4fed830b87
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
},
"id": {
"categories": [
"other"
"Other"
],
"description": "A value that uniquely identifies the playbook.",
"disable_correlation": false,
@ -100,7 +100,7 @@
},
"playbook-standard": {
"categories": [
"other"
"Other"
],
"description": "Identification of the playbook standard.",
"disable_correlation": true,
@ -109,7 +109,7 @@
},
"playbook-type": {
"categories": [
"other"
"Other"
],
"description": "Identifies types of actions in the playbook.",
"disable_correlation": true,
@ -183,4 +183,4 @@
],
"uuid": "48894c92-447b-4abe-b093-360c4d823e9d",
"version": 1
}
}