26 lines
663 B
JSON
26 lines
663 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm install:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(echo \"No health endpoint\" curl -s https://iconsulting.szaiai.com/api/v1/users/profile -H \"x-user-id: test\")",
|
|
"Bash(scp:*)",
|
|
"Bash(timeout 20 cat:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(pnpm run build:*)"
|
|
]
|
|
}
|
|
}
|