2026-02-16 15:44:51 +10:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(python3:*)",
|
|
|
|
|
"Bash(pip install:*)",
|
|
|
|
|
"Bash(python -c:*)",
|
|
|
|
|
"Bash(python -m pip install:*)",
|
|
|
|
|
"Bash(python:*)",
|
|
|
|
|
"Bash(git add:*)",
|
|
|
|
|
"Bash(git commit:*)",
|
2026-02-17 15:18:02 +10:00
|
|
|
"Bash(git push:*)",
|
|
|
|
|
"Bash(git -C /c/Users/brent/Documents/Projects/fx-quant log --oneline -10)",
|
|
|
|
|
"Bash(where:*)",
|
|
|
|
|
"Bash(docker build:*)",
|
|
|
|
|
"Bash(docker-compose build:*)",
|
|
|
|
|
"Bash(docker-compose up:*)",
|
|
|
|
|
"Bash(docker-compose down:*)",
|
|
|
|
|
"Bash(docker-compose logs:*)",
|
|
|
|
|
"Bash(echo:*)",
|
|
|
|
|
"Bash(docker exec:*)"
|
2026-02-16 15:44:51 +10:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|