updated claude permissions
Some checks failed
CI/CD Pipeline / Generate Documentation (push) Successful in 2m24s
CI/CD Pipeline / Lint Code (push) Successful in 2m54s
CI/CD Pipeline / Security Scanning (push) Successful in 2m32s
CI/CD Pipeline / Run Tests (push) Successful in 2m43s
CI/CD Pipeline / Build and Push Docker Images (api) (push) Failing after 40s
CI/CD Pipeline / Build and Push Docker Images (chat) (push) Failing after 42s
CI/CD Pipeline / Build and Push Docker Images (frontend) (push) Failing after 46s
CI/CD Pipeline / Build and Push Docker Images (worker) (push) Failing after 47s
CI/CD Pipeline / Deploy to Staging (push) Has been skipped
CI/CD Pipeline / Deploy to Production (push) Has been skipped

This commit is contained in:
2025-10-19 14:23:59 +02:00
parent cebd69c780
commit 541222ad68

View File

@@ -1,9 +1,13 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(poetry install --no-root)" "Bash(poetry:*)",
"Bash(pip:*)",
"Bash(python:*)",
"Bash(git:*)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": [],
"disableBypassPermissionsMode": "disable"
} }
} }