markuskont / go-sigma-rule-engine

Golang library that implements a sigma log rule parser and match engine.
Apache License 2.0
92 stars 17 forks source link

Missed update to NewRuleList in cmd #11

Closed newodahs closed 2 years ago

newodahs commented 2 years ago

Missed updating the constructor in the cmd tool.

markuskont commented 2 years ago

Gotcha, thanks. I also overlooked that one. I'll add build task to CI tests I implemented yesterday. Should make it easier not to overlook such things.