mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-30 07:56:52 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -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 | | |
|
||||
Reference in New Issue
Block a user