Question 006
### Which of these GitHub security features are available for FREE for both public and private personal repositories? (Choose four.)
> https://docs.github.com/en/code-security/getting-started/github-security-features
- [x] Security Policy
- [x] Security advisories
- [x] Dependabot alerts and security updates
- [x] Dependabot version updates
- [ ] Dependabot code scanning
> Dependabot is not a tool for code scanning, it is a tool for dependency management
- [ ] Dependabot secret scanning
> Dependabot is not a tool for secret scanning, it is a tool for dependency management
- [ ] Secret scanning
> Secret scanning is available for public repositories and for organizations with a GitHub Advanced Security license. It's not available for personal private repositories.
- [ ] Code scanning
> Code scanning is available for public repositories and for organizations with a GitHub Advanced Security license. It's not available for personal private repositories.