Merge pull request #2124 from splunk/cicd_tweak

Add application folder to tests & detections
This commit is contained in:
pyth0n1c
2022-03-28 10:32:57 -07:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -219,9 +219,9 @@ setup_schema = {
"type": "array",
"items": {
"type": "string",
"enum": ["endpoint", "cloud", "network","web","experimental"]
"enum": ["endpoint", "cloud", "network","web","application", "experimental"]
},
"default": ["endpoint", "cloud", "network","web"]
"default": ["endpoint", "cloud", "network","web", "application"]
},
"types": {
@@ -84,7 +84,8 @@
"endpoint",
"cloud",
"network",
"web"
"web",
"application"
],
"interactive": false,
"local_base_container_name": "splunk_test_%d",