[FR] Update Python Dependency Versions (#3515)
(cherry picked from commit 5c3523954e)
This commit is contained in:
committed by
github-actions[bot]
parent
b19541f0f8
commit
f66da9d350
Executable
+15
@@ -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!"
|
||||
Reference in New Issue
Block a user