File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(find:*)" ,
5+ " Bash(ls:*)" ,
6+ " Bash(git:*)" ,
7+ " Bash(git status:*)" ,
8+ " Bash(git log:*)" ,
9+ " Bash(git diff:*)" ,
10+ " Bash(git show:*)" ,
11+ " Bash(git branch:*)" ,
12+ " Bash(git remote:*)" ,
13+ " Bash(git tag:*)" ,
14+ " Bash(git stash list:*)" ,
15+ " Bash(git rev-parse:*)" ,
16+ " Bash(gh pr view:*)" ,
17+ " Bash(gh pr list:*)" ,
18+ " Bash(gh pr checks:*)" ,
19+ " Bash(gh pr diff:*)" ,
20+ " Bash(gh issue view:*)" ,
21+ " Bash(gh issue list:*)" ,
22+ " Bash(gh run view:*)" ,
23+ " Bash(gh run list:*)" ,
24+ " Bash(gh run logs:*)" ,
25+ " Bash(gh repo view:*)" ,
26+ " WebFetch(domain:github.com)" ,
27+ " WebFetch(domain:docs.sentry.io)" ,
28+ " WebFetch(domain:develop.sentry.dev)" ,
29+ " Bash(grep:*)" ,
30+ " Bash(mv:*)"
31+ ],
32+ "deny" : []
33+ }
34+ }
You can’t perform that action at this time.
0 commit comments