既存の CI システムで CodeQL Code scanningを使用する
Code scanning is available for organization-owned repositories in GitHub AE. This is a GitHub Advanced Security feature (free during the beta release). For more information, see "GitHub's products."
About CodeQL code scanning in your CI system
You can analyze your code with CodeQL in a third-party continuous integration system and upload the results to Enterprise. The resulting code scanning alerts are shown alongside any alerts generated within GitHub AE.
Installing CodeQL CLI in your CI system
You can install the CodeQL CLI and use it to perform CodeQL code scanning in a third-party continuous integration system.
Configuring CodeQL CLI in your CI system
You can configure your continuous integration system to run the CodeQL CLI, perform CodeQL analysis, and upload the results to GitHub AE for display as code scanning alerts.
Running CodeQL runner in your CI system
You can use the CodeQLランナー to perform CodeQL code scanning in a third-party continuous integration system.
Migrating from the CodeQL runner to CodeQL CLI
You can use the CodeQL CLI to complete the same tasks as with the CodeQLランナー.