Skip to content

Commit

Permalink
fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannGh committed Oct 11, 2024
1 parent 1a0dcb1 commit b403c11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/security/probe/probe_others.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ func (p *Probe) ApplyRuleSet(_ *rules.RuleSet) (*kfilters.ApplyRuleSetReport, er
return nil, nil
}

// OnNewRuleSetLoaded resets statistics and states once a new rule set is loaded
func (p *Probe) OnNewRuleSetLoaded(_ *rules.RuleSet) {
}

// OnNewDiscarder is called when a new discarder is found. We currently don't generate discarders on Windows.
func (p *Probe) OnNewDiscarder(_ *rules.RuleSet, _ *model.Event, _ eval.Field, _ eval.EventType) {
}
Expand Down

0 comments on commit b403c11

Please sign in to comment.