We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779fa77 commit fc7cc2cCopy full SHA for fc7cc2c
.github/workflows/lock-versions.yml
@@ -36,6 +36,7 @@ jobs:
36
python -m pip install --upgrade pip
37
pip cache purge
38
pip install .[dev]
39
+ pip install lib/kql lib/kibana
40
41
- name: Build release package
42
run: |
Makefile
@@ -52,7 +52,7 @@ test-cli: $(VENV)
52
@./detection_rules/etc/test_cli.bash
53
54
.PHONY: test-remote-cli
55
-test-cli: $(VENV)
+test-remote-cli: $(VENV)
56
@echo "Executing test_remote_cli script..."
57
@./detection_rules/etc/test_remote_cli.bash
58
0 commit comments