Initial commit - 611 cybersecurity skills across all subdomains

This commit is contained in:
mukul975
2026-02-25 10:47:44 +01:00
commit 22a7ab1462
1765 changed files with 280648 additions and 0 deletions
@@ -0,0 +1,31 @@
# 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 | | |