* Update beta-codeql-runner.md * Rename beta-codeql-runner.md to deprecation-codeql-runner.md * update reusable name * Update about-codeql-code-scanning-in-your-ci-system.md * Update running-codeql-code-scanning-in-a-container.md * Update uploading-a-sarif-file-to-github.md * Update sarif-support-for-code-scanning.md * Update running-codeql-runner-in-your-ci-system.md * Update configuring-codeql-cli-in-your-ci-system.md * Update configuring-codeql-runner-in-your-ci-system.md * Update running-codeql-runner-in-your-ci-system.md * Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system/troubleshooting-codeql-code-scanning-in-your-ci-system.md * Update configuring-codeql-cli-in-your-ci-system.md * Apply suggestions from code review Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com> * update codeql runner reusable * add new article about runner to cli migration * fix typo in new article title * Update deprecation-codeql-runner.md * Update deprecation-codeql-runner.md * Apply suggestions from code review * fix failing test * fix failing test * Update versioning to fix failing test * add `codeql-cli-binaries` to allow list Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com> Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
31 lines
1.2 KiB
Markdown
31 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: '*'
|
|
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-->
|