mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
d410adb397
* Renamed backend class according to convention * Output types: curl (default) and plain * Prefix of rule names * Indices from configuration * Support for multiple conditions per rule * Usage of parsed condition * Support for all condition operators * Fixed bug preventing from passing multiple options to backend * Added to CI tests
15 lines
382 B
Makefile
15 lines
382 B
Makefile
.PHONY: test test-yaml test-sigmac
|
|
test: test-yaml test-sigmac
|
|
|
|
test-yaml:
|
|
yamllint .
|
|
|
|
test-sigmac:
|
|
tools/sigmac.py -l
|
|
tools/sigmac.py -rvdI -t es-qs rules/
|
|
tools/sigmac.py -rvdI -t kibana rules/
|
|
tools/sigmac.py -rvdI -t xpack-watcher rules/
|
|
tools/sigmac.py -rvdI -t splunk rules/
|
|
tools/sigmac.py -rvdI -t logpoint rules/
|
|
tools/sigmac.py -rvdI -t fieldlist rules/
|