Skip to content

Commit 435d76b

Browse files
[EDI] Create a new "Customize code scanning" map topic within "Tutorials" (#59119)
1 parent 1c1dba0 commit 435d76b

17 files changed

Lines changed: 64 additions & 47 deletions

File tree

content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ topics:
1212
- Code scanning
1313
children:
1414
- /recommended-hardware-resources-for-running-codeql
15-
- /running-codeql-code-scanning-in-a-container
1615
---

content/code-security/codeql-cli/getting-started-with-the-codeql-cli/index.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

content/code-security/codeql-cli/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ topics:
1313
- Code scanning
1414
- CodeQL
1515
children:
16-
- /getting-started-with-the-codeql-cli
1716
- /using-the-advanced-functionality-of-the-codeql-cli
1817
- /codeql-cli-manual
1918
---

content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ topics:
1212
- Code scanning
1313
- CodeQL
1414
children:
15-
- /creating-codeql-query-suites
16-
- /testing-custom-queries
17-
- /creating-and-working-with-codeql-packs
18-
- /publishing-and-using-codeql-packs
1915
- /sarif-output
2016
- /csv-output
2117
- /extractor-options

content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ children:
1717
- /testing-query-help-files
1818
- /specifying-command-options-in-a-codeql-configuration-file
1919
- /creating-database-bundle-for-troubleshooting
20+
redirect_from:
21+
- /code-security/codeql-cli/using-the-codeql-cli
22+
- /code-security/codeql-cli/getting-started-with-the-codeql-cli
2023
---

content/code-security/codeql-cli/getting-started-with-the-codeql-cli/analyzing-your-code-with-codeql-queries.md renamed to content/code-security/tutorials/customize-code-scanning/analyzing-your-code-with-codeql-queries.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Analyzing your code with CodeQL queries
3-
intro: 'You can run queries against a {% data variables.product.prodname_codeql %} database extracted from a codebase.'
3+
intro: You can run queries against a {% data variables.product.prodname_codeql %} database extracted from a codebase.
44
product: '{% data reusables.gated-features.codeql %}'
55
shortTitle: Analyzing code
66
versions:
@@ -14,6 +14,8 @@ topics:
1414
redirect_from:
1515
- /code-security/codeql-cli/analyzing-databases-with-the-codeql-cli
1616
- /code-security/codeql-cli/using-the-codeql-cli/analyzing-databases-with-the-codeql-cli
17+
- /code-security/codeql-cli/getting-started-with-the-codeql-cli/analyzing-your-code-with-codeql-queries
18+
contentType: tutorials
1719
---
1820

1921
## About analyzing databases with the {% data variables.product.prodname_codeql_cli %}

content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-and-working-with-codeql-packs.md renamed to content/code-security/tutorials/customize-code-scanning/creating-and-working-with-codeql-packs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating and working with CodeQL packs
3-
intro: 'You can use {% data variables.product.prodname_codeql %} packs to create, share, depend on, and run {% data variables.product.prodname_codeql %} queries and libraries.'
3+
intro: You can use {% data variables.product.prodname_codeql %} packs to create, share, depend on, and run {% data variables.product.prodname_codeql %} queries and libraries.
44
product: '{% data reusables.gated-features.codeql %}'
55
versions:
66
fpt: '*'
@@ -13,6 +13,8 @@ topics:
1313
redirect_from:
1414
- /code-security/codeql-cli/creating-and-working-with-codeql-packs
1515
- /code-security/codeql-cli/using-the-codeql-cli/creating-and-working-with-codeql-packs
16+
- /code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-and-working-with-codeql-packs
17+
contentType: tutorials
1618
---
1719

1820
## About {% data variables.product.prodname_codeql %} packs and the {% data variables.product.prodname_codeql_cli %}

content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-codeql-query-suites.md renamed to content/code-security/tutorials/customize-code-scanning/creating-codeql-query-suites.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Creating CodeQL query suites
3-
intro: 'You can create query suites for queries you frequently use in your {% data variables.product.prodname_codeql %} analyses.'
3+
intro: You can create query suites for queries you frequently use in your {% data variables.product.prodname_codeql %} analyses.
44
product: '{% data reusables.gated-features.codeql %}'
55
versions:
66
fpt: '*'
@@ -13,6 +13,8 @@ topics:
1313
redirect_from:
1414
- /code-security/codeql-cli/creating-codeql-query-suites
1515
- /code-security/codeql-cli/using-the-codeql-cli/creating-codeql-query-suites
16+
- /code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-codeql-query-suites
17+
contentType: tutorials
1618
---
1719

1820
## About creating {% data variables.product.prodname_codeql %} query suites

content/code-security/codeql-cli/getting-started-with-the-codeql-cli/customizing-analysis-with-codeql-packs.md renamed to content/code-security/tutorials/customize-code-scanning/customizing-analysis-with-codeql-packs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Customizing analysis with CodeQL packs
3-
intro: 'You can use {% data variables.product.prodname_codeql %} packs to run {% data variables.product.prodname_codeql %} queries maintained by other people, or to share {% data variables.product.prodname_codeql %} queries that you''ve developed.'
3+
intro: You can use {% data variables.product.prodname_codeql %} packs to run {% data variables.product.prodname_codeql %} queries maintained by other people, or to share {% data variables.product.prodname_codeql %} queries that you've developed.
44
shortTitle: Customizing analysis
55
product: '{% data reusables.gated-features.codeql %}'
66
versions:
@@ -14,6 +14,8 @@ topics:
1414
redirect_from:
1515
- /code-security/codeql-cli/about-codeql-packs
1616
- /code-security/codeql-cli/codeql-cli-reference/about-codeql-packs
17+
- /code-security/codeql-cli/getting-started-with-the-codeql-cli/customizing-analysis-with-codeql-packs
18+
contentType: tutorials
1719
---
1820

1921
## About {% data variables.product.prodname_codeql %} packs
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Customize code scanning
3+
intro: Learn how to customize code scanning to meet your project's unique security needs by creating and using CodeQL packs and custom queries.
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
topics:
9+
- Code Security
10+
- Code scanning
11+
- CodeQL
12+
contentType: tutorials
13+
children:
14+
- /preparing-your-code-for-codeql-analysis
15+
- /analyzing-your-code-with-codeql-queries
16+
- /uploading-codeql-analysis-results-to-github
17+
- /running-codeql-code-scanning-in-a-container
18+
- /customizing-analysis-with-codeql-packs
19+
- /creating-codeql-query-suites
20+
- /testing-custom-queries
21+
- /creating-and-working-with-codeql-packs
22+
- /publishing-and-using-codeql-packs
23+
---

0 commit comments

Comments
 (0)