Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 68.6k
Enhance "About GitHub Advanced Security" page#15253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
6533ed6
Add availability table for ftp and ghec
lucie-docs c01ac14
Fix capitalization of security overview
lucie-docs b8c16af
Add missing word in sentence
lucie-docs 456d122
Change bolding in tables
lucie-docs a7e0e48
Modiy text after table for ghec
lucie-docs 2d4520b
Delete extra "endif"
lucie-docs 539645b
Correct data for code scanning in tables
lucie-docs 871d264
Apply suggestions from code review
mchammer01 037525a
Apply suggestions from code review
mchammer01 3b0e8f2
Apply suggestions from code review
mchammer01 a95f446
Update content/get-started/learning-about-github/about-github-advance…
mchammer01 498c47a
Apply suggestions from code review
mchammer01 17d2e4d
Merge branch 'main' into enhance-about-ghas-page
mchammer01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
27 changes: 24 additions & 3 deletions
27 content/get-started/learning-about-github/about-github-advanced-security.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -36,10 +36,31 @@ 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 %} | ||
| The table below summarizes the availability of {% data variables.product.prodname_GH_advanced_security %} features for public and private repositories. | ||
| {% 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 | | ||
| {% endif %} | ||
| {% ifversion ghec %} | ||
mchammer01 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| | | 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 | | ||
| | Security overview | No | No | Yes | | ||
| {% endif %} | ||
mchammer01 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| {% 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 %} | ||
| {% 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 %}{% 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 %} | ||
mchammer01 marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| {% ifversion ghes 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. | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.