Skip to content

Commit

Permalink
Merge branch 'main' into feature/validation_against_cms_main
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c authored Nov 4, 2024
2 parents b3c6948 + 7f5319e commit 5fadeed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion contentctl/objects/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ class SecurityDomain(str, enum.Enum):
IDENTITY = "identity"
ACCESS = "access"
AUDIT = "audit"
CLOUD = "cloud"

class AssetType(str, enum.Enum):
AWS_ACCOUNT = "AWS Account"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contentctl"
version = "4.4.1"
version = "4.4.3"

description = "Splunk Content Control Tool"
authors = ["STRT <[email protected]>"]
Expand Down

0 comments on commit 5fadeed

Please sign in to comment.