2026-07-07 09:21:59 +02:00
|
|
|
{
|
2026-07-14 11:27:49 +02:00
|
|
|
"env": {
|
|
|
|
|
"GIT_CONFIG_COUNT": "1",
|
|
|
|
|
"GIT_CONFIG_KEY_0": "commit.gpgsign",
|
|
|
|
|
"GIT_CONFIG_VALUE_0": "false"
|
|
|
|
|
},
|
2026-07-07 09:21:59 +02:00
|
|
|
"permissions": {
|
|
|
|
|
"defaultMode": "dontAsk",
|
2026-07-14 11:27:49 +02:00
|
|
|
"ask": [
|
2026-07-07 09:21:59 +02:00
|
|
|
"Bash(git push)",
|
|
|
|
|
"Bash(git push:*)",
|
|
|
|
|
"Bash(git commit)",
|
|
|
|
|
"Bash(git commit:*)",
|
|
|
|
|
"Bash(git -C * push)",
|
|
|
|
|
"Bash(git -C * push:*)",
|
|
|
|
|
"Bash(git -C * commit)",
|
|
|
|
|
"Bash(git -C * commit:*)"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"sandbox": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"autoAllowBashIfSandboxed": true,
|
|
|
|
|
"allowUnsandboxedCommands": false
|
|
|
|
|
}
|
|
|
|
|
}
|