2026-08-09 18:03:09 +01:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(go version *)",
|
|
|
|
|
"Bash(command -v staticcheck)",
|
|
|
|
|
"Bash(go build *)",
|
|
|
|
|
"Bash(go vet *)",
|
2026-08-10 21:15:19 +01:00
|
|
|
"Bash(go test *)",
|
|
|
|
|
"Bash(timeout 5 bash -c \"echo > /dev/udp/1.1.1.1/53\")",
|
|
|
|
|
"Bash(go run *)",
|
|
|
|
|
"Bash(graphify update *)",
|
|
|
|
|
"Bash(graphify query *)",
|
|
|
|
|
"Bash(python3 -)"
|
2026-08-09 18:03:09 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|