From 2465755b58ac67c0fa056d9e2f82dfd328630cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20H=C3=A9zs=C5=91?= Date: Mon, 29 Jun 2026 09:04:54 +0200 Subject: [PATCH] update CLI output with regulatory copy --- main.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/main.py b/main.py index 5cc6b4a..01d3449 100644 --- a/main.py +++ b/main.py @@ -735,6 +735,17 @@ def run_assessment(config, provider_name, *, dry_run=False): # Output the report path after the separator console.print("-------------------------------------------") + console.print( + "Need to see how a regulatory-aligned report looks (DORA / FINMA / UK PRA evidence support)?" + ) + console.print( + "We can generate one from your --dry-run output and share a sample with you -- or forward this to your risk or compliance team." + ) + console.print( + "Point-in-time evidence only; not a compliance certification or a complete exit strategy." + ) + console.print("Contact: request_report@escapecloud.io") + console.print("-------------------------------------------") console.print("Outputs:", style="bold") if payload_path: console.print(f"Payload: {payload_path}", style="cyan")