mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #2124 from splunk/cicd_tweak
Add application folder to tests & detections
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user