docs(06-01): complete formatter interface + TableFormatter plan

This commit is contained in:
salvacybersec
2026-04-05 23:29:13 +03:00
parent 8e4db5db09
commit 5292502000
4 changed files with 149 additions and 14 deletions

View File

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