[FR] Updates to KQL Lib Parsing and Install (#3605)
* Bump Version * updated * Bump patch version * Optimization should only occur on single values * Wildcard semantically equivalent to query_string* * Add unit test for optimization * Move code-checks to yml * Add tests path to code-checks * Add lib path for code-checks * Install deps from local * Update DSL optimization unit test --------- Co-authored-by: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
||||
paths:
|
||||
- 'detection_rules/**/*.py'
|
||||
- 'hunting/**/*.py'
|
||||
- 'tests/**/*.py'
|
||||
- 'lib/**/*.py'
|
||||
|
||||
jobs:
|
||||
code-checks:
|
||||
@@ -30,6 +30,8 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip cache purge
|
||||
pip install .[dev]
|
||||
pip install lib/kibana
|
||||
pip install lib/kql
|
||||
|
||||
- name: Unit tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user