mirror of
https://github.com/amir20/dozzle.git
synced 2026-06-23 04:10:12 +00:00
26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(gh pr view:*)",
|
|
"Bash(gh api:*)",
|
|
"Bash(gh issue view:*)",
|
|
"Bash(gh pr list:*)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(make test:*)",
|
|
"Bash(go test:*)",
|
|
"Bash(go build:*)",
|
|
"Bash(pnpm test:*)",
|
|
"Bash(pnpm build:*)",
|
|
"Bash(pnpm typecheck:*)",
|
|
"Bash(pnpm list:*)",
|
|
"Bash(node --version:*)",
|
|
"Bash(git rebase:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(xargs ls:*)"
|
|
]
|
|
}
|
|
}
|