31 lines
858 B
JSON
31 lines
858 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)",
|
|
"Bash(for file in catppuccin-latte.css catppuccin-frappe.css catppuccin-macchiato.css)",
|
|
"Bash(do grep -n \"main a {\" \"$file\")",
|
|
"Bash(go build:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|