Improve error handling and diagnostics for the audita subprocess
This commit is contained in:
@@ -137,9 +137,6 @@ func applyAuditaDefaults(cfg *AuditaConfig) {
|
||||
if cfg.Timeout == "" {
|
||||
cfg.Timeout = "3h"
|
||||
}
|
||||
if cfg.LLMAPIKeyEnv == "" {
|
||||
cfg.LLMAPIKeyEnv = "AUDITA_LLM_API_KEY"
|
||||
}
|
||||
if cfg.Modules == nil {
|
||||
cfg.Modules = []string{
|
||||
"glossary",
|
||||
|
||||
Reference in New Issue
Block a user