docs(06-02): complete JSON + CSV formatter plan

This commit is contained in:
salvacybersec
2026-04-05 23:34:51 +03:00
parent 9546f80fab
commit 7a3822c22e
4 changed files with 157 additions and 5 deletions

View File

@@ -51,9 +51,9 @@ Requirements for initial release. Each maps to roadmap phases.
### Output & Reporting
- [x] **OUT-01**: Colored terminal table output (default)
- [ ] **OUT-02**: JSON output format
- [x] **OUT-02**: JSON output format
- [x] **OUT-03**: SARIF output format (CI/CD compatible)
- [ ] **OUT-04**: CSV output format
- [x] **OUT-04**: CSV output format
- [ ] **OUT-05**: Key masking by default (first 8 + last 4 chars) with --unmask flag for full keys
- [x] **OUT-06**: Exit codes: 0=clean, 1=keys found, 2=error