forked from cameronjust/TA-base64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.crispycookie.json
52 lines (52 loc) · 1.56 KB
/
.crispycookie.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"layers": [
{
"name": "app-python",
"layer_name": "20-base",
"cookiecutter": {
"vendor": "Base64",
"vendor_product": "Base64",
"has_ui": false,
"app_folder": "SA-base64",
"app_label": "Base64 Add-On for Splunk",
"build_tool": "GitHub_Actions",
"author_splunkid": "kintyre",
"author_email": "[email protected]",
"author_company": "Kintyre",
"on_splunkbase": true,
"splunkbase_id": "0",
"git_repo": "https://github.com/Kintyre/SA-base64",
"git_branch": "main",
"_use_pre_release": false
}
},
{
"name": "search-command",
"layer_name": "50-base64",
"cookiecutter": {
"app_folder": "SA-base64",
"spl_class": "B64Command",
"spl_script": "b64",
"spl_command": "base64",
"spl_type": "Streaming",
"need_logging": false,
"need_auth": false,
"conf_name": "base64",
"conf_type": "entity",
"json_output": false
}
}
],
"layer_mounts": [
"default",
"metadata"
],
"source": {
"repo": "[email protected]:Kintyre/cypress-cookiecutter.git",
"rev": "v1.10.2"
},
"tool_info": {
"program": "CrispyCookie",
"version": "0.7.1"
}
}