1 point
11. Alice is a project manager overseeing a GitHub repository that contains sensitive customer data. What advanced security measures and best practices should Alice implement to protect sensitive data from security threats and breaches?
Implement encryption for the entire repository and use GitHub's default access controls.
Enforce branch protection rules, conduct regular security audits, and educate contributors on secure coding practices.
Share sensitive data openly with contributors and trust their actions without additional security measures.
Implement a simple username and password system for access control and rely on GitHub's default security features.
FUO