mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-24 21:40:58 +03:00
32 lines
732 B
Markdown
32 lines
732 B
Markdown
# Distroless Migration Assessment Template
|
|
|
|
## Application Information
|
|
| Field | Value |
|
|
|-------|-------|
|
|
| Application Name | |
|
|
| Current Base Image | |
|
|
| Runtime | |
|
|
| Target Distroless Image | |
|
|
|
|
## Migration Checklist
|
|
- [ ] Multi-stage Dockerfile created
|
|
- [ ] Application tested with distroless base
|
|
- [ ] Image scanned for vulnerabilities (before/after comparison)
|
|
- [ ] Non-root user configured
|
|
- [ ] Debug procedures documented
|
|
- [ ] CI/CD pipeline updated
|
|
|
|
## Vulnerability Comparison
|
|
| Metric | Before | After |
|
|
|--------|--------|-------|
|
|
| Image Size | | |
|
|
| Critical CVEs | | |
|
|
| High CVEs | | |
|
|
| Total CVEs | | |
|
|
|
|
## Sign-Off
|
|
| Role | Name | Date |
|
|
|------|------|------|
|
|
| Developer | | |
|
|
| Security Engineer | | |
|