質問 006
### パブリックおよびプライベートの個人リポジトリで無料で利用できるGitHubのセキュリティ機能はどれですか?(4つ選択)
> 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はコードスキャンツールではなく依存関係管理ツールです
- [ ] Dependabot secret scanning
> Dependabotはシークレットスキャンツールではなく依存関係管理ツールです
- [ ] Secret scanning
> シークレットスキャンはパブリックリポジトリとGitHub Advanced Securityライセンスを持つ組織向けであり、個人のプライベートリポジトリでは利用できません
- [ ] Code scanning
> コードスキャンはパブリックリポジトリとGitHub Advanced Securityライセンスを持つ組織向けであり、個人のプライベートリポジトリでは利用できません