fix: revert enable endy patterns (#519)

This commit is contained in:
lxowalle 2026-02-20 17:16:42 +08:00 committed by GitHub
parent 36a8a038ee
commit f1223eec42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,