You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/getting-started/github-security-features.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The {% data variables.product.prodname_advisory_database %} contains a curated l
25
25
{% endif %}
26
26
{% ifversion fpt or ghes > 3.0 or ghae or ghec %}
27
27
### Security policy
28
-
28
+
29
29
Make it easy for your users to confidentially report security vulnerabilities they've found in your repository. For more information, see "[Adding a security policy to your repository](/code-security/getting-started/adding-a-security-policy-to-your-repository)."
30
30
{% endif %}
31
31
@@ -74,7 +74,7 @@ Automatically detect security vulnerabilities and coding errors in new or modifi
74
74
75
75
### {% data variables.product.prodname_secret_scanning_caps %}
76
76
77
-
Automatically detect tokens or credentials that have been checked into a repository. {% ifversion fpt or ghec %}For secrets identified in public repositories, the service is informed that the secret may be compromised.{% endif %}
77
+
Automatically detect tokens or credentials that have been checked into a repository. {% ifversion fpt or ghec %}For secrets identified in public repositories, the service is informed that the secret may be compromised.{% endif %}
78
78
{%- ifversion ghec or ghes or ghae %}
79
79
{% ifversion ghec %}For private repositories, you can view {% elsif ghes or ghae %}View {% endif %}any secrets that {% data variables.product.company_short %} has found in your code. You should treat tokens or credentials that have been checked into the repository as compromised.{% endif %} For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)."
80
80
@@ -84,6 +84,12 @@ Automatically detect tokens or credentials that have been checked into a reposit
84
84
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)."
85
85
{% endif %}
86
86
87
+
{% ifversion ghec or ghes > 3.1 %}
88
+
### Security overview
89
+
90
+
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)."
91
+
{% endif %}
92
+
87
93
## Further reading
88
94
- "[{% data variables.product.prodname_dotcom %}'s products](/github/getting-started-with-github/githubs-products)"
89
95
- "[{% data variables.product.prodname_dotcom %} language support](/github/getting-started-with-github/github-language-support)"
0 commit comments