33 Zeilen
1.3 KiB
JSON
33 Zeilen
1.3 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet build:*)",
|
|
"Bash(dotnet restore:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(grep -E \"\\\\.\\(cs|json|xaml\\)$|^d\")",
|
|
"Bash(git push:*)",
|
|
"Bash(git count-objects:*)",
|
|
"Bash(xargs -I{} git ls-files -s \"{}\")",
|
|
"Bash(sort -k4)",
|
|
"Bash(xargs -0 du -b)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git gc:*)",
|
|
"Bash(git remote:*)",
|
|
"Bash(ssh -o StrictHostKeyChecking=accept-new -o BatchMode=yes -T git@git.data-scales.de)",
|
|
"Bash(ssh -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes -T git@git.data-scales.de)",
|
|
"Bash(nslookup git.data-scales.de)",
|
|
"Bash(ssh -o ConnectTimeout=10 -p 22 -T git@git.data-scales.de)",
|
|
"Bash(ssh -o ConnectTimeout=10 -p 2222 -T git@git.data-scales.de)",
|
|
"Bash(ssh -o ConnectTimeout=15 -v -T git@git.data-scales.de)",
|
|
"Bash(ssh-keygen -Y sign -n gitea -f ~/.ssh/id_ed25519)",
|
|
"Bash(ssh -o ConnectTimeout=10 -p 443 -T git@git.data-scales.de)",
|
|
"Bash(ssh -o ConnectTimeout=10 -p 443 -T ssh.git.data-scales.de)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git -c user.email=a@a.a -c user.name=a commit -m \"chore: gitignore\" -q)",
|
|
"Bash(git -c user.email=a@a.a -c user.name=a commit -m \"feat: source code\" -q)"
|
|
]
|
|
}
|
|
}
|