mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 19:06:23 +02:00
ensure agent-slack is available at startup
This commit is contained in:
parent
79be8fbf42
commit
1dd622449e
2 changed files with 19 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ import { WorkDir } from "./config.js";
|
|||
export const SECURITY_CONFIG_PATH = path.join(WorkDir, "config", "security.json");
|
||||
|
||||
const DEFAULT_ALLOW_LIST = [
|
||||
"agent-slack",
|
||||
"awk",
|
||||
"basename",
|
||||
"cat",
|
||||
|
|
@ -25,6 +26,7 @@ const DEFAULT_ALLOW_LIST = [
|
|||
"jq",
|
||||
"ls",
|
||||
"printenv",
|
||||
"printf",
|
||||
"pwd",
|
||||
"readlink",
|
||||
"realpath",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue