Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Ten Commandments of Container Security
- 1. Source base image from trusted repositories
- 2. Install verified packages
- 3. Minimize attack surface in the Image
- 4. Do not bake secrets in the image
- 5. Use of Secure Private or Public Registries
- 6. Do not use privileged or root user to run the application in a container
- 7. Implement image vulnerability scanning in CI/CD
- 8. Enable kernel security profiles like AppArmor
- 9. Secure centralized and remote logging
- 10. Deploy runtime security monitoring
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement