fix: revert enable endy patterns (#519)

This commit is contained in:
lxowalle 2026-02-20 17:16:42 +08:00 committed by GitHub
parent 1177024a97
commit 571933282a

View file

@ -262,6 +262,9 @@ func DefaultConfig() *Config {
Cron: CronToolsConfig{ Cron: CronToolsConfig{
ExecTimeoutMinutes: 5, ExecTimeoutMinutes: 5,
}, },
Exec: ExecConfig{
EnableDenyPatterns: true,
},
}, },
Heartbeat: HeartbeatConfig{ Heartbeat: HeartbeatConfig{
Enabled: true, Enabled: true,