21 lines
571 B
JSON
21 lines
571 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(tree:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(mvn compile:*)",
|
|
"Bash(mvn test-compile:*)",
|
|
"Bash(find:*)",
|
|
"Bash(mvn test:*)",
|
|
"Bash(tee:*)",
|
|
"Bash(export TESTCONTAINERS_RYUK_DISABLED=true)",
|
|
"Bash(echo:*)",
|
|
"Bash(pgrep:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(sleep 120 echo \"=== Screenshots generated so far ===\" ls -la target/screenshots/case_*.png)",
|
|
"Bash(wc:*)",
|
|
"Bash(export DOCKER_HOST=unix:///run/user/1000/podman/podman.sock)"
|
|
]
|
|
}
|
|
}
|