This commit is contained in:
2026-07-09 22:35:31 -07:00
parent ba1c35a462
commit 1128183032
5 changed files with 13 additions and 722 deletions
+4 -8
View File
@@ -36,8 +36,8 @@
"Read(./.env.*)",
"Read(./secrets/**)",
"Read(~/.aws/**)",
"Bash(git push *)",
"Bash(yadm push *)"
"Bash(git push --force*)",
"Bash(yadm push --force*)"
]
},
"hooks": {
@@ -69,14 +69,10 @@
"enabled": false,
"autoAllowBashIfSandboxed": true,
"network": {
"allowUnixSockets": [
"/var/run/docker.sock"
],
"allowUnixSockets": ["/var/run/docker.sock"],
"allowLocalBinding": true
},
"excludedCommands": [
"docker"
]
"excludedCommands": ["docker"]
},
"effortLevel": "high",
"tui": "fullscreen",