From 6533ed65a1cb530c4f6f671e8d4b91d937cdd758 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:40:51 +0100 Subject: [PATCH 01/12] Add availability table for ftp and ghec --- .../about-github-advanced-security.md | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index c8b27e59dfad..78277ba2296d 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -36,6 +36,27 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th - **Security overview** - Review the security configuration and alerts for an organization and identify the repositories at greatest risk. For more information, see "[About the security overview](/code-security/security-overview/about-the-security-overview)." {% endif %} +{% ifversion fpt %} +The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. + +| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | +| Code scanning | Yes | No | No | +| Secret scanning | Yes (limited functionality only) | No | Yes | +| Dependency review | Yes | No | Yes | +{% endif %} + +{% ifversion ghec %} +The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. + +| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | +| Code scanning | Yes | No | No | +| Secret scanning | Yes (limited functionality only) | No | Yes | +| Dependency review | Yes | No | Yes | +| Security Overview | No | No | Yes | +{% endif %} + For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %} @@ -59,9 +80,9 @@ The site administrator must enable {% data variables.product.prodname_advanced_s Once your system is set up, you can enable and disable these features at the organization or repository level. {%- elsif ghec %} -For public repositories these features are permanently on and can only be disabled if you change the visibility of the project so that the code is no longer public. +For public repositories these features are permanently on and can only be disabled if you change the visibility of the project so that the code is no longer public. -For other repositories, once you have a license for your enterprise account, you can enable and disable these features at the organization or repository level. +For other repositories, once you have a license for your enterprise account, you can enable and disable these features at the organization or repository level. {%- elsif ghae %} You can enable and disable these features at the organization or repository level. From c01ac149cedd57fd371384aebe31406c0e93996f Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:41:23 +0100 Subject: [PATCH 02/12] Fix capitalization of security overview --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 78277ba2296d..62728aa8d039 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -54,7 +54,7 @@ The table below summarizes the availability of GitHub Advanced Security features | Code scanning | Yes | No | No | | Secret scanning | Yes (limited functionality only) | No | Yes | | Dependency review | Yes | No | Yes | -| Security Overview | No | No | Yes | +| Security overview | No | No | Yes | {% endif %} For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." From b8c16afc883f13e3d91e7b5f5c6b743bfe721a42 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 15:53:16 +0100 Subject: [PATCH 03/12] Add missing word in sentence --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 62728aa8d039..d543413af832 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -60,7 +60,7 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} {% endif %} {% ifversion ghes or ghec %} From 456d122097ab516ec9de21325bd743cebf7e0718 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:10:20 +0100 Subject: [PATCH 04/12] Change bolding in tables --- .../about-github-advanced-security.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index d543413af832..369c9d587d51 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -39,20 +39,20 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th {% ifversion fpt %} The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. -| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | No | -| Secret scanning | Yes (limited functionality only) | No | Yes | +| Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | {% endif %} {% ifversion ghec %} The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. -| | **Public repository** | **Private repository without Advanced Security** | **Private repository with Advanced Security** | +| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | No | -| Secret scanning | Yes (limited functionality only) | No | Yes | +| Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | | Security overview | No | No | Yes | {% endif %} From a7e0e482fa72edbeaf8a72515dd0d237ba7e7f0c Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:19:04 +0100 Subject: [PATCH 05/12] Modiy text after table for ghec --- .../about-github-advanced-security.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 369c9d587d51..c476cb6527de 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -59,8 +59,12 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." -{% ifversion fpt or ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% ifversion fpt %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% endif %} + +{% ifversion ghec %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}, except for the security overview. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% endif %} {% ifversion ghes or ghec %} From 2d4520b9cbf508b095ed5bc980f05838432a4494 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:22:08 +0100 Subject: [PATCH 06/12] Delete extra "endif" --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index c476cb6527de..310fe06562e0 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -60,7 +60,7 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} {% ifversion ghec %} From 539645b156c6560b57811ab9a8d0b58e2ce9f128 Mon Sep 17 00:00:00 2001 From: lucie-docs <40564413+lucie-docs@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:41:48 +0100 Subject: [PATCH 07/12] Correct data for code scanning in tables --- .../learning-about-github/about-github-advanced-security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 310fe06562e0..015cf3f0de2a 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -41,7 +41,7 @@ The table below summarizes the availability of GitHub Advanced Security features | | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | -| Code scanning | Yes | No | No | +| Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | {% endif %} @@ -51,7 +51,7 @@ The table below summarizes the availability of GitHub Advanced Security features | | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | -| Code scanning | Yes | No | No | +| Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | | Security overview | No | No | Yes | From 871d26416b97e54170366063c0fde5e724ac9151 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:46:51 +0000 Subject: [PATCH 08/12] Apply suggestions from code review --- .../about-github-advanced-security.md | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 015cf3f0de2a..f00a748a5946 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -36,20 +36,19 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th - **Security overview** - Review the security configuration and alerts for an organization and identify the repositories at greatest risk. For more information, see "[About the security overview](/code-security/security-overview/about-the-security-overview)." {% endif %} -{% ifversion fpt %} -The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. +{% ifversion fpt or ghec%} +The table below summarizes the availability of {% data variables.product.prodname_GH_advanced_security %} features for public and private repositories. + +{% elsif fpt %} -| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | +| | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | -{% endif %} +{% elsif ghec %} -{% ifversion ghec %} -The table below summarizes the availability of GitHub Advanced Security features on public and private repositories. - -| | Public repository | Private repository without Advanced Security | Private repository with Advanced Security | +| | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | @@ -60,12 +59,9 @@ The table below summarizes the availability of GitHub Advanced Security features For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} -{% ifversion ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}, except for the security overview. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. -{% endif %} {% ifversion ghes or ghec %} ## Deploying GitHub Advanced Security in your enterprise From 037525a6e3d7e9cc635446f14f733442f068a6d0 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:52:52 +0000 Subject: [PATCH 09/12] Apply suggestions from code review --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index f00a748a5946..ef6b17ddd60b 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -58,7 +58,7 @@ The table below summarizes the availability of {% data variables.product.prodnam For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." -{% ifversion fpt %} +{% ifversion fpt or ghec %} {% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} From 3b0e8f29d6dc8ab9c653dfc649ef7a16a75adede Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:54:37 +0000 Subject: [PATCH 10/12] Apply suggestions from code review --- .../learning-about-github/about-github-advanced-security.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index ef6b17ddd60b..6b9b1ebc7925 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -36,18 +36,16 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th - **Security overview** - Review the security configuration and alerts for an organization and identify the repositories at greatest risk. For more information, see "[About the security overview](/code-security/security-overview/about-the-security-overview)." {% endif %} -{% ifversion fpt or ghec%} +{% ifversion fpt or ghec %} The table below summarizes the availability of {% data variables.product.prodname_GH_advanced_security %} features for public and private repositories. {% elsif fpt %} - | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | {% elsif ghec %} - | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | @@ -62,7 +60,6 @@ For information about {% data variables.product.prodname_advanced_security %} fe {% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} - {% ifversion ghes or ghec %} ## Deploying GitHub Advanced Security in your enterprise From a95f44651678392a96aeb3b19d41746e7f1121d7 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:56:20 +0000 Subject: [PATCH 11/12] Update content/get-started/learning-about-github/about-github-advanced-security.md --- .../learning-about-github/about-github-advanced-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index 6b9b1ebc7925..b61af3186de9 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -57,7 +57,7 @@ The table below summarizes the availability of {% data variables.product.prodnam For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %} -{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). +{% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}{% ifversion ghec %}, except for the security overview{% endif %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. They also have access to an organization-level security overview. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features).{% endif %} {% endif %} {% ifversion ghes or ghec %} From 498c47a3a52cf33fef64885f6b6119885f19bb88 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Thu, 10 Feb 2022 09:13:08 +0000 Subject: [PATCH 12/12] Apply suggestions from code review --- .../about-github-advanced-security.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/get-started/learning-about-github/about-github-advanced-security.md b/content/get-started/learning-about-github/about-github-advanced-security.md index b61af3186de9..0231b06a5a72 100644 --- a/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/content/get-started/learning-about-github/about-github-advanced-security.md @@ -39,13 +39,14 @@ A {% data variables.product.prodname_GH_advanced_security %} license provides th {% ifversion fpt or ghec %} The table below summarizes the availability of {% data variables.product.prodname_GH_advanced_security %} features for public and private repositories. -{% elsif fpt %} +{% ifversion fpt %} | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | | Secret scanning | Yes **(limited functionality only)** | No | Yes | | Dependency review | Yes | No | Yes | -{% elsif ghec %} +{% endif %} +{% ifversion ghec %} | | Public repository | Private repository without {% data variables.product.prodname_advanced_security %} | Private repository with {% data variables.product.prodname_advanced_security %} | | :-----------------: | :---------------------------: | :--------------------------------------------: | :-----------------------------------------: | | Code scanning | Yes | No | Yes | @@ -54,6 +55,8 @@ The table below summarizes the availability of {% data variables.product.prodnam | Security overview | No | No | Yes | {% endif %} +{% endif %} + For information about {% data variables.product.prodname_advanced_security %} features that are in development, see "[{% data variables.product.prodname_dotcom %} public roadmap](https://github.com/github/roadmap)." For an overview of all security features, see "[{% data variables.product.prodname_dotcom %} security features](/code-security/getting-started/github-security-features)." {% ifversion fpt or ghec %}