Skip to content

Commit

Permalink
Update engine/engine.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us>
Signed-off-by: Shawn Hurley <shawn@hurley.page>
  • Loading branch information
shawn-hurley and fabianvf authored Feb 6, 2025
1 parent 7783dc1 commit 35399a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (r *ruleEngine) RunRulesScoped(ctx context.Context, ruleSets []RuleSet, sco
taggingRules, otherRules, mapRuleSets := r.filterRules(ruleSets, selectors...)

ruleContext := r.runTaggingRules(ctx, taggingRules, mapRuleSets, conditionContext, scopes)
r.logger.Info("finished taging rules")
r.logger.Info("finished tagging rules")

// Need a better name for this thing
ret := make(chan response)
Expand Down

0 comments on commit 35399a1

Please # to comment.