28 lines
688 B
JSON
28 lines
688 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dist/linkbeam:*)",
|
|
"Bash(docker build:*)",
|
|
"Bash(go run:*)",
|
|
"Bash(go test -v ./...)",
|
|
"Bash(go test:*)",
|
|
"Bash(golangci-lint help:*)",
|
|
"Bash(golangci-lint run:*)",
|
|
"Bash(make:*)",
|
|
"Bash(sudo docker build:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(sudo docker compose build:*)",
|
|
"Bash(sudo docker compose:*)",
|
|
"Bash(./dist/linkbeam:*)",
|
|
"Bash(tree:*)",
|
|
"Read(//tmp/**)",
|
|
"Bash(cat:*)",
|
|
"Bash(for file in internal/config/testdata/config-{nord,gruvbox,catppuccin}.yaml)",
|
|
"Bash(do)",
|
|
"Bash(done)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|