Emit audit and SCIM log exports as CSV

JSONL was awkward in spreadsheets and SIEM imports. Write
tab-separated-friendly CSV with organization name on every row,
resolve audit actors to email or API key name, and enrich SCIM rows
with profile email and display name when available.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-29 18:14:25 +00:00
parent 0448c25d8b
commit 5cd407bd86
11 changed files with 726 additions and 108 deletions

View File

@@ -8,7 +8,7 @@ All notable changes to the `prb` CLI will be documented in this file.
### Added
- `prb audit-log export` and `prb scim event export` commands to request JSONL exports of audit log entries and SCIM events
- `prb audit-log export` and `prb scim event export` commands to request CSV exports of audit log entries and SCIM events
## [0.205.0] - 2026-07-28