[FR] Update Python Dependency Versions (#3515)

(cherry picked from commit 5c3523954e)
This commit is contained in:
Mika Ayenson
2024-03-19 14:07:16 -05:00
committed by github-actions[bot]
parent b19541f0f8
commit f66da9d350
8 changed files with 109 additions and 25 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
# Path to the virtual environment
VENV_PATH="./env/detection-rules-build"
# Activate the virtual environment
source "$VENV_PATH/bin/activate"
echo "Running detection-rules remote CLI tests..."
echo "Performing a quick rule alerts search..."
echo "Requires .detection-rules-cfg.json credentials file set."
python -m detection_rules kibana search-alerts
echo "Detection-rules CLI tests completed!"