20 lines
552 B
JSON
20 lines
552 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(Stop-Process -Force)",
|
|
"Bash(tasklist:*)",
|
|
"Bash(dotnet test:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(dotnet add:*)",
|
|
"Bash(timeout 5 powershell:*)",
|
|
"Bash(Select-String -Pattern \"Tenant ID:|User ID:|Role\")",
|
|
"Bash(Select-String -Pattern \"(Passed|Failed|Skipped|Test Run)\")",
|
|
"Bash(Select-Object -Last 30)",
|
|
"Bash(Select-String -Pattern \"error|Build succeeded|Build FAILED\")",
|
|
"Bash(Select-Object -First 20)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|