Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ee/agent-smith/example-config.json
2497 views
1
{
2
"$schema": "file:///workspace/gitpod/components/ee/agent-smith/config-schema.json",
3
"probePath": "./probe.o",
4
"blacklists": {
5
"very": {
6
"signatures": [
7
{
8
"name": "testtarget",
9
"domain": "process",
10
"kind": "elf",
11
"pattern": "YWdlbnRTbWl0aFRlc3RUYXJnZXQ=",
12
"regexp": false
13
}
14
]
15
}
16
},
17
"filesystemScanning": {
18
"enabled": true,
19
"scanInterval": "5m",
20
"maxFileSize": 1024,
21
"workingArea": "/mnt/workingarea-mk2"
22
}
23
}
24
25