13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go mod why:*)",
|
|
"Bash(go list:*)",
|
|
"Bash(~/go/bin/govulncheck -mode=module .)",
|
|
"Bash(go test:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rg:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |