Advertisement
opexxx

ContainerSecurity.txt

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