chore(agents): add git clone permission to bug-hunter worker mode #5755
@@ -30,6 +30,14 @@ permission:
|
||||
"wc *": allow
|
||||
"head *": allow
|
||||
"tail *": allow
|
||||
# Clone and setup (Worker Mode needs to clone the repo):
|
||||
"git clone*": allow
|
||||
"git config*": allow
|
||||
"git fetch*": allow
|
||||
"git checkout*": allow
|
||||
"git reset*": allow
|
||||
"mkdir *": allow
|
||||
"rm -rf /tmp/bug-hunter-*": allow
|
||||
# Read-only git commands:
|
||||
"git clone*"
|
||||
"git log*": allow
|
||||
|
||||
Reference in New Issue
Block a user