既存の CI システムで CodeQL Code scanningを使用する
Code scanning is available for organization-owned repositories in GitHub Enterprise Server. This feature requires a license for GitHub Advanced Security. 詳細については、「GitHub Advanced Security について」を参照してください。
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 your GitHub Enterprise Server instance. The resulting code scanning alerts are shown alongside any alerts generated within GitHub Enterprise Server.
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 Enterprise Server for display as code scanning alerts.
CIシステムでのCodeQLランナーの実行
CodeQL runner を使用して、、サードパーティの継続的インテグレーションシステムで CodeQL code scanning を実行できます。
CodeQL ランナーから CodeQL CLI への移行
CodeQL CLI を使用して、CodeQL runner と同じタスクを完了できます。