19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(rmdir:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(mvn:*)",
|
|
"Bash(./mvnw clean compile)",
|
|
"Bash(cd:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(docker build:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |