correction probleme de pipeline

This commit is contained in:
2026-05-24 19:02:46 +02:00
parent 0fc87ed472
commit ad298fa9e7
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(find /var/home/Gato/IdeaProjects/Infra -name \"docker-compose*\" | head -20)",
"Read(//var/home/Gato/IdeaProjects/Infra/**)",
"Bash(ls /var/home/Gato/IdeaProjects/Infra/)",
"Bash(find /var/home/Gato/IdeaProjects/Bonsai-webapp -name \"*.yml\" -path \"*/.gitea/*\" -o -name \"*.yaml\" -path \"*/.gitea/*\" 2>/dev/null)",
"Read(//var/home/Gato/IdeaProjects/Bonsai-webapp/**)"
]
}
}