feat(docs): Enhance README with headless mode and CI/CD integration examples

This commit is contained in:
Ahmed Allam
2025-10-31 21:07:21 +02:00
committed by Ahmed Allam
parent ecf5271981
commit 395013fdeb
3 changed files with 53 additions and 2 deletions
+5
View File
@@ -752,6 +752,11 @@ def main() -> None:
results_path = Path("agent_runs") / args.run_name
display_completion_message(args, results_path)
if args.non_interactive:
tracer = get_global_tracer()
if tracer and tracer.vulnerability_reports:
sys.exit(2)
if __name__ == "__main__":
main()