Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Grace Park <gracepark@github.com> Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com> Co-authored-by: Robert Sese <sese@github.com> Co-authored-by: Peter Bengtsson <peterbe@github.com> Co-authored-by: Rachael Sewell <rachmari@github.com>
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
---
|
|
title: Using CodeQL code scanning with your existing CI system
|
|
shortTitle: Use CodeQL in CI system
|
|
intro: 'You can run {% data variables.product.prodname_codeql %} analysis in your existing CI system and upload the results to {% data variables.product.product_name %} for display as {% data variables.product.prodname_code_scanning %} alerts.'
|
|
product: '{% data reusables.gated-features.code-scanning %}'
|
|
redirect_from:
|
|
- /github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system
|
|
- /code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '>=3.0'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
type: how_to
|
|
topics:
|
|
- Advanced Security
|
|
- Code scanning
|
|
- Integration
|
|
- CI
|
|
- CodeQL
|
|
children:
|
|
- /about-codeql-code-scanning-in-your-ci-system
|
|
- /installing-codeql-cli-in-your-ci-system
|
|
- /configuring-codeql-cli-in-your-ci-system
|
|
- /running-codeql-runner-in-your-ci-system
|
|
- /configuring-codeql-runner-in-your-ci-system
|
|
- /troubleshooting-codeql-runner-in-your-ci-system
|
|
- /migrating-from-the-codeql-runner-to-codeql-cli
|
|
|
|
---
|
|
<!--For this article in earlier GHES versions, see /content/github/finding-security-vulnerabilities-and-errors-in-your-code-->
|