[Bug] Add Cloud Defend to definitions.NON_DATASET_PACKAGES (#2764)
* updating code to include cloud defend package * updated integration manifests and schemas
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -27,7 +27,7 @@ VERSION_PATTERN = f'^{_version}$'
|
||||
MINOR_SEMVER = r'^\d+\.\d+$'
|
||||
BRANCH_PATTERN = f'{VERSION_PATTERN}|^master$'
|
||||
|
||||
NON_DATASET_PACKAGES = ['apm', 'endpoint', 'system', 'windows']
|
||||
NON_DATASET_PACKAGES = ['apm', 'endpoint', 'system', 'windows', 'cloud_defend']
|
||||
INTERVAL_PATTERN = r'^\d+[mshd]$'
|
||||
TACTIC_URL = r'^https://attack.mitre.org/tactics/TA[0-9]+/$'
|
||||
TECHNIQUE_URL = r'^https://attack.mitre.org/techniques/T[0-9]+/$'
|
||||
|
||||
Reference in New Issue
Block a user