1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Ready to merge - [2022-03-01]: Enterprise-level security overview - [Public Beta] (#25563)

* Make "About the security overview" less specific

* Create new sections and adjust headings for ToC

* Add info for each level of the security overview

* Update reusable w/ public repo sec. overview info

* Add procedure for viewing enterprise-level sec overview

* Update info about security overview in security features article

* Incorporate reviewer feedback (versioning)

* Fix enterprise-level overview header

* Fix security overview header versioning

* fix broken link
This commit is contained in:
Ethan Palm
2022-03-01 13:22:16 -08:00
committed by GitHub
parent de7bdbf83f
commit b6d8766b5a
3 changed files with 34 additions and 7 deletions

View File

@@ -64,6 +64,9 @@ The dependency graph allows you to explore the ecosystems and packages that your
You can find the dependency graph on the **Insights** tab for your repository. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)."
{% endif %}
### Security overview for repositories
For all public repositories, the security overview shows which security features are enabled for the repository, and offers the option to configure any available security features that are not currently enabled.
## Available with {% data variables.product.prodname_GH_advanced_security %}
{% data reusables.advanced-security.ghas-availability %}
@@ -84,8 +87,8 @@ Automatically detect tokens or credentials that have been checked into a reposit
Show the full impact of changes to dependencies and see details of any vulnerable versions before you merge a pull request. For more information, see "[About dependency review](/code-security/supply-chain-security/about-dependency-review)."
{% endif %}
{% ifversion ghec or ghes > 3.1 %}
### Security overview
{% ifversion ghec or ghes > 3.1 or ghae-issue-4554 %}
### Security overview for organizations{% ifversion ghec or ghes > 3.4 or ghae-issue-6199 %}, enterprises,{% endif %} and teams
Review the security configuration and alerts for your 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 %}