Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ---------------------------------------------------------------
# To update the sha:
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
FROM ghcr.io/github/gh-base-image/gh-base-noble:20260109-173439-g06c82aab1 AS base
FROM ghcr.io/github/gh-base-image/gh-base-noble:20260113-125234-g605df3bee AS base

# Install curl for Node install and determining the early access branch
# Install git for cloning docs-early-access & translations repos
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions content/code-security/code-scanning/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ topics:
- Code scanning
- CodeQL
children:
- /creating-an-advanced-setup-for-code-scanning
- /managing-code-scanning-alerts
- /managing-your-code-scanning-configuration
- /integrating-with-code-scanning
- /reference
---

This file was deleted.

16 changes: 0 additions & 16 deletions content/code-security/code-scanning/reference/index.md

This file was deleted.

18 changes: 0 additions & 18 deletions content/code-security/codeql-cli/index.md

This file was deleted.

1 change: 0 additions & 1 deletion content/code-security/codeql-for-vs-code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ topics:
- Code scanning
- CodeQL
children:
- /using-the-advanced-functionality-of-the-codeql-for-vs-code-extension
- /troubleshooting-codeql-for-vs-code
---

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ product: '{% data reusables.gated-features.code-scanning %}'
redirect_from:
- /code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-advanced-setup-for-code-scanning
- /code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning
- /code-security/code-scanning/creating-an-advanced-setup-for-code-scanning
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ topics:
- Integration
- CI
- SARIF
redirect_from:
- /code-security/code-scanning/integrating-with-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/managing-results-from-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/integrating-with-code-scanning
- /code-security/secure-coding/integrating-with-code-scanning
children:
- /using-code-scanning-with-your-existing-ci-system
- /uploading-a-sarif-file-to-github
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ children:
redirect_from:
- /code-security/codeql-cli/using-the-codeql-cli
- /code-security/codeql-cli/getting-started-with-the-codeql-cli
- /code-security/codeql-cli
---
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ topics:
- Code Security
- Code scanning
- CodeQL
redirect_from:
- /code-security/codeql-for-vs-code/using-the-advanced-functionality-of-the-codeql-for-vs-code-extension
children:
- /installing-codeql-for-vs-code
- /managing-codeql-databases
Expand Down
2 changes: 0 additions & 2 deletions content/code-security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ children:
- /securing-your-organization
- /secret-scanning
- /code-scanning
- /codeql-cli
- /codeql-for-vs-code
- /security-advisories
- /supply-chain-security
Expand All @@ -59,4 +58,3 @@ children:
- /tutorials
- /responsible-use
---

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: CodeQL CLI CSV output
intro: 'You can output results from the {% data variables.product.prodname_codeql_cli %} in CSV format to share with other systems.'
intro: You can output results from the {% data variables.product.prodname_codeql_cli %} in CSV format to share with other systems.
product: '{% data reusables.gated-features.codeql %}'
allowTitleToDifferFromFilename: true
versions:
Expand All @@ -11,6 +11,9 @@ topics:
- Code Security
- Code scanning
- CodeQL
redirect_from:
- /code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/csv-output
contentType: reference
---

## About CSV output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Exit codes
intro: 'Exit codes signify the status of a command after the {% data variables.product.prodname_codeql_cli %} runs it.'
intro: Exit codes signify the status of a command after the {% data variables.product.prodname_codeql_cli %} runs it.
product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
Expand All @@ -13,6 +13,8 @@ topics:
redirect_from:
- /code-security/codeql-cli/exit-codes
- /code-security/codeql-cli/codeql-cli-reference/exit-codes
- /code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/exit-codes
contentType: reference
---

## About exit codes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Extractor options
intro: 'You can use the {% data variables.product.prodname_codeql_cli %} to run {% data variables.product.prodname_codeql %} processes locally on software projects.'
intro: You can use the {% data variables.product.prodname_codeql_cli %} to run {% data variables.product.prodname_codeql %} processes locally on software projects.
product: '{% data reusables.gated-features.codeql %}'
versions:
fpt: '*'
Expand All @@ -11,8 +11,10 @@ topics:
- Code scanning
- CodeQL
redirect_from:
- /code-security/codeql-cli/extractor-options
- /code-security/codeql-cli/using-the-codeql-cli/extractor-options
- /code-security/codeql-cli/extractor-options
- /code-security/codeql-cli/using-the-codeql-cli/extractor-options
- /code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/extractor-options
contentType: reference
---
<!--The CodeQL CLI man pages include a link to this article. If you rename this article,
make sure that you also update the MS short link: https://aka.ms/codeql-cli-docs/extractor-options.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Using the advanced functionality of the CodeQL CLI
intro: You can use the {% data variables.product.prodname_codeql_cli %} to locally develop, test and run {% data variables.product.prodname_codeql %} queries on software projects.
product: '{% data reusables.gated-features.codeql %}'
shortTitle: Advanced functionality
shortTitle: CodeQL CLI
versions:
fpt: '*'
ghes: '*'
Expand All @@ -18,5 +18,6 @@ children:
- /exit-codes
redirect_from:
- /code-security/codeql-cli/codeql-cli-reference
- /code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli
contentType: reference
---

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: CodeQL CLI SARIF output
intro: 'You can output SARIF from the {% data variables.product.prodname_codeql_cli %} and share static analysis results with other systems.'
intro: You can output SARIF from the {% data variables.product.prodname_codeql_cli %} and share static analysis results with other systems.
product: '{% data reusables.gated-features.codeql %}'
allowTitleToDifferFromFilename: true
versions:
Expand All @@ -14,6 +14,8 @@ topics:
redirect_from:
- /code-security/codeql-cli/sarif-output
- /code-security/codeql-cli/codeql-cli-reference/sarif-output
- /code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/sarif-output
contentType: reference
---

## About SARIF output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ topics:
- Code Security
- Code scanning
- CodeQL
contentType: other
contentType: reference
redirect_from:
- /code-security/code-scanning/reference/code-ql-built-in-queries/about-built-in-queries
---

## About built-in queries for CodeQL analysis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ topics:
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/actions-built-in-queries
- /code-security/code-scanning/managing-your-code-scanning-configuration/github-actions-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/actions-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing {% data variables.product.prodname_actions %} workflows. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/c-cpp-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/c-cpp-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing C and C++ code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/csharp-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/csharp-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing C# code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/go-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/go-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing Go code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ children:
- /ruby-built-in-queries
- /rust-built-in-queries
- /swift-built-in-queries
redirect_from:
- /code-security/code-scanning/reference/code-ql-built-in-queries
contentType: reference
---

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/java-kotlin-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/java-kotlin-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing Java and Kotlin code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/javascript-typescript-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/javascript-typescript-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing JavaScript and TypeScript code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/python-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/python-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing Python code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/ruby-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/ruby-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing Ruby code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/rust-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/rust-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing Rust code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ topics:
- CodeQL
redirect_from:
- /code-security/code-scanning/managing-your-code-scanning-configuration/swift-built-in-queries
contentType: other
- /code-security/code-scanning/reference/code-ql-built-in-queries/swift-built-in-queries
contentType: reference
---

{% data variables.product.prodname_codeql %} includes many queries for analyzing Swift code. {% data reusables.code-scanning.codeql-query-tables.query-suite-behavior %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ topics:
- Vulnerabilities
contentType: reference
children:
- /recommended-hardware-resources-for-running-codeql
- /telemetry-in-codeql-for-visual-studio-code
- /codeql-queries
- /codeql-cli
- /codeql-cli-manual
---

Loading
Loading