From a94876478438d17a1b07c402487d30bfde3e3342 Mon Sep 17 00:00:00 2001 From: Sam Browning <106113886+sabrowning1@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:32:56 -0500 Subject: [PATCH] Add EDI map topics (#59031) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- content/code-security/concepts/index.md | 18 ++++++++++++++++++ content/code-security/how-tos/index.md | 18 ++++++++++++++++++ content/code-security/index.md | 5 +++++ content/code-security/reference/index.md | 18 ++++++++++++++++++ content/code-security/responsible-use/index.md | 17 +++++++++++++++++ content/code-security/tutorials/index.md | 18 ++++++++++++++++++ 6 files changed, 94 insertions(+) create mode 100644 content/code-security/concepts/index.md create mode 100644 content/code-security/how-tos/index.md create mode 100644 content/code-security/reference/index.md create mode 100644 content/code-security/responsible-use/index.md create mode 100644 content/code-security/tutorials/index.md diff --git a/content/code-security/concepts/index.md b/content/code-security/concepts/index.md new file mode 100644 index 000000000000..fa3d9c3036be --- /dev/null +++ b/content/code-security/concepts/index.md @@ -0,0 +1,18 @@ +--- +title: Concepts for security and code quality +shortTitle: Concepts +intro: Learn core concepts for {% data variables.product.github %}'s security and code quality features. +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Secret Protection + - Secret scanning + - Code Security + - Code scanning + - Vulnerabilities + - Dependencies + - Dependabot +contentType: concepts +--- diff --git a/content/code-security/how-tos/index.md b/content/code-security/how-tos/index.md new file mode 100644 index 000000000000..e28cf139b472 --- /dev/null +++ b/content/code-security/how-tos/index.md @@ -0,0 +1,18 @@ +--- +title: How-tos for security and code quality +shortTitle: How-tos +intro: Learn how to use {% data variables.product.github %}'s security and code quality features. +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Secret Protection + - Secret scanning + - Code Security + - Code scanning + - Vulnerabilities + - Dependencies + - Dependabot +contentType: how-tos +--- diff --git a/content/code-security/index.md b/content/code-security/index.md index d0f9a312a93a..19cb0735e01f 100644 --- a/content/code-security/index.md +++ b/content/code-security/index.md @@ -55,4 +55,9 @@ children: - /supply-chain-security - /dependabot - /security-overview + - /concepts + - /how-tos + - /reference + - /tutorials + - /responsible-use --- diff --git a/content/code-security/reference/index.md b/content/code-security/reference/index.md new file mode 100644 index 000000000000..91eef27e7c0e --- /dev/null +++ b/content/code-security/reference/index.md @@ -0,0 +1,18 @@ +--- +title: Reference for security and code quality +shortTitle: Reference +intro: Find information to apply to your work with {% data variables.product.github %}'s security and code quality features. +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Secret Protection + - Secret scanning + - Code Security + - Code scanning + - Vulnerabilities + - Dependencies + - Dependabot +contentType: reference +--- diff --git a/content/code-security/responsible-use/index.md b/content/code-security/responsible-use/index.md new file mode 100644 index 000000000000..d48879a51ce3 --- /dev/null +++ b/content/code-security/responsible-use/index.md @@ -0,0 +1,17 @@ +--- +title: Responsible use of {% data variables.product.github %}'s security and code quality features +shortTitle: Responsible use +intro: 'Use {% data variables.product.github %}''s security and code quality features responsibly by understanding their purposes, capabilities, and limitations.' +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Secret Protection + - Secret scanning + - Code Security + - Code scanning + - Vulnerabilities + - Code Quality +contentType: rai +--- diff --git a/content/code-security/tutorials/index.md b/content/code-security/tutorials/index.md new file mode 100644 index 000000000000..c5f002ead31a --- /dev/null +++ b/content/code-security/tutorials/index.md @@ -0,0 +1,18 @@ +--- +title: 'Tutorials for security and code quality' +shortTitle: Tutorials +intro: 'Build skills and knowledge about {% data variables.product.github %}''s security and code quality features through examples and hands-on activities.' +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Secret Protection + - Secret scanning + - Code Security + - Code scanning + - Vulnerabilities + - Dependencies + - Dependabot +contentType: tutorials +---