File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "permissions" : {
3
+ "allow" : [
4
+ " Bash(go test:*)" ,
5
+ " Bash(go build:*)" ,
6
+ " Bash(go list:*)" ,
7
+ " Bash(go fmt:*)" ,
8
+ " Bash(find:*)" ,
9
+ " Bash(grep:*)" ,
10
+ " Bash(ls:*)" ,
11
+ " Bash(tail:*)" ,
12
+ " Bash(awk:*)" ,
13
+ " Bash(git status:*)" ,
14
+ " Bash(git log:*)" ,
15
+ " Bash(git show:*)" ,
16
+ " Bash(git diff:*)" ,
17
+ " Bash(git branch:*)" ,
18
+ " Bash(git ls-files:*)" ,
19
+ " Bash(git ls-tree:*)" ,
20
+ " Bash(git rev-parse:*)" ,
21
+ " Bash(git describe:*)" ,
22
+ " Bash(git config --get:*)" ,
23
+ " Bash(git config --list:*)" ,
24
+ " Bash(git add:*)" ,
25
+ " Bash(true:)" ,
26
+ " Bash(echo:*)" ,
27
+ " Bash(go run:./cmd/cue eval*)" ,
28
+ " Bash(go run:./cmd/cue export*)" ,
29
+ " Bash(go run:./cmd/cue def*)"
30
+ ],
31
+ "deny" : [
32
+ " Bash(go:* -exec*)" ,
33
+ " Bash(go:* -toolexec*)"
34
+ ]
35
+ }
36
+ }
You can’t perform that action at this time.
0 commit comments