refactor(detmir): retire python runtime paths

This commit is contained in:
igor04091968
2026-06-03 03:27:52 +03:00
parent 109c31f291
commit dbef90a09e
103 changed files with 914 additions and 19800 deletions
+2 -5
View File
@@ -43,8 +43,5 @@ for candidate in "${rust_candidates[@]}"; do
fi
done
python3 "$REPO_ROOT/scripts/extract_ioc_from_sigma.py" \
--rules-root "$RULES_ROOT" \
--out-dir "$OUT_DIR"
echo "IOC artifacts generated in: $OUT_DIR"
echo "ERROR: Rust extractor not found. Build it with: cd '$REPO_ROOT/adk-rust' && cargo build --release -p extract-ioc-from-sigma" >&2
exit 127