Appsec: properly populate event (#2943)

This commit is contained in:
blotus 2024-05-27 10:15:38 +02:00 committed by GitHub
parent 9088f31b7d
commit f3341c1382
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 343 additions and 152 deletions

View file

@ -117,7 +117,7 @@ func LoadParsers(cConfig *csconfig.Config, parsers *Parsers) (*Parsers, error) {
*/
log.Infof("Loading enrich plugins")
parsers.EnricherCtx, err = Loadplugin(cConfig.ConfigPaths.DataDir)
parsers.EnricherCtx, err = Loadplugin()
if err != nil {
return parsers, fmt.Errorf("failed to load enrich plugin : %v", err)
}