| Control | Evidence | Where to Find It |
|---|
| Change management (CC8.1) | Branch protection rules | Settings → Branches → Branch protection rules |
| Change management (CC8.1) | Sample PRs with reviews | Pull Requests → Closed → Filter by merged |
| Access controls (CC6.1) | Organization member list with roles | Settings → People → Members |
| Access controls (CC6.1) | 2FA requirement | Settings → Authentication security |
| Code review | PR review requirements | Branch protection → Require pull request reviews |
| CI/CD | GitHub Actions workflow files | .github/workflows/ directory |
| Audit logging | Organization audit log | Settings → Audit log |
| Control | Evidence | Where to Find It |
|---|
| Deployment controls | Git integration settings | Project Settings → Git |
| Environment management | Environment variable configuration | Project Settings → Environment Variables |
| Access controls | Team member list with roles | Team Settings → Members |
| Deployment history | Production deployment log | Deployments tab with timestamps |
| Preview deployments | Preview deployment for each PR | Linked automatically from GitHub PRs |
| Domain configuration | Production domain settings with SSL | Project Settings → Domains |
- Screenshot branch protection settings for main branch
- Screenshot organization security settings (2FA required)
- Screenshot member list showing roles (admin vs. member)
- Link to 25 representative PRs showing reviews and CI checks
- Screenshot GitHub Actions workflow configuration
- Export audit log for the audit period
- Screenshot Git integration showing which branch triggers production deploys
- Screenshot team members and their roles
- Screenshot deployment list showing recent production deploys (linked to GitHub commits)
- Screenshot environment variable management (showing they're encrypted, not the values)
- Screenshot domain settings showing SSL/TLS configuration
The Vercel + GitHub combination creates a natural audit trail. Every production deployment traces back to a GitHub merge, which traces back to a PR with reviews and CI checks. This chain of evidence satisfies CC8.1 without any additional tooling.