Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down