Skip to content

Commit 093d75b

Browse files
authored
Merge pull request #441 from splunk/new_soar_options
Add new options to enums for playbooks
2 parents b4e2aa4 + 36cceb8 commit 093d75b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contentctl/objects/playbook_tags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
class PlaybookProduct(str, enum.Enum):
1212
SPLUNK_SOAR = "Splunk SOAR"
13+
SPLUNK_ES = "Splunk Enterprise Security"
1314

1415

1516
class PlaybookUseCase(str, enum.Enum):
@@ -25,6 +26,7 @@ class PlaybookUseCase(str, enum.Enum):
2526
class PlaybookType(str, enum.Enum):
2627
INPUT = "Input"
2728
AUTOMATION = "Automation"
29+
ES = "Enterprise Security"
2830

2931

3032
class VpeType(str, enum.Enum):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "contentctl"
33

4-
version = "5.5.8"
4+
version = "5.5.9"
55

66
description = "Splunk Content Control Tool"
77
authors = ["STRT <research@splunk.com>"]

0 commit comments

Comments
 (0)