You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/config/config_windows.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,7 @@ func (c *Config) addFlags() {
380
380
c.flags.StringSlice(rulesFromPaths, []string{filepath.Join(dir, "*")}, "Comma-separated list of rules files")
381
381
c.flags.StringSlice(macrosFromPaths, []string{filepath.Join(dir, "Macros", "*")}, "Comma-separated list of macro files")
382
382
c.flags.StringSlice(rulesFromURLs, []string{}, "Comma-separated list of rules URL resources")
383
+
c.flags.Bool(matchAll, true, "Indicates if the match all strategy is enabled for the rule engine. If the match all strategy is enabled, a single event can trigger multiple rules")
383
384
}
384
385
ifc.opts.capture {
385
386
c.flags.StringP(kcapFile, "o", "", "The path of the output kcap file")
0 commit comments