mirror of
https://github.com/usestrix/strix.git
synced 2026-08-25 04:12:37 +02:00
feat: implement incremental pentest data persistence
This commit is contained in:
@@ -475,7 +475,7 @@ def main() -> None:
|
||||
else:
|
||||
asyncio.run(run_tui(args))
|
||||
|
||||
results_path = Path("agent_runs") / args.run_name
|
||||
results_path = Path("strix_runs") / args.run_name
|
||||
display_completion_message(args, results_path)
|
||||
|
||||
if args.non_interactive:
|
||||
|
||||
Reference in New Issue
Block a user