Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.58 KB

File metadata and controls

42 lines (27 loc) · 1.58 KB

Reports Directory

This directory contains automated and manual reports generated during development, security scans, and analysis.

Purpose

Consolidates all generated reports in one location to keep the repository root clean and organized.

Types of Reports

  • Security scans - Vulnerability scans, secret detection, dependency audits
  • Code quality - Linting reports, code coverage, static analysis
  • Performance - Benchmarks, profiling results, optimization analysis
  • Migration - Database migrations, code refactoring summaries
  • Analysis - Architecture reviews, dependency graphs, impact analysis

Naming Convention

Use descriptive, timestamped names when applicable:

security-scan-report.md          # One-time or latest scan
dependency-audit-2026-01-31.md   # Timestamped reports
performance-baseline.md          # Reference baselines

Reports in This Directory

Security & Audits

Development Work Summaries

Completed Migrations & Refactoring