Add queries: security-extended to codeql config#58
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request enables additional CodeQL security scans by adding the security-extended queries to our configuration.
- Added the "queries: security-extended" option in the CodeQL workflow.
- Enhances security scanning capabilities using CodeQL.
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Looks good - but you should consider deleting this file altogether and using the Default Config. That would allow you to do the same thing without having to maintain this workflow file.
https://github.com/github/entitlements-app/settings/security_analysis
If you want I can turn that on for you.
|
@boveus I went ahead and deleted the file |
This pull request enables
security-extendedqueries on our CodeQL configurations.