Skip to content

Commit 9a51cd1

Browse files
authored
Self-serve compliance reports for GHEC (#24831)
1 parent 3992313 commit 9a51cd1

File tree

51 files changed

+125
-4961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+125
-4961
lines changed
28.6 KB
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Accessing compliance reports for your enterprise
3+
intro: "You can access {% data variables.product.company_short %}'s compliance reports, such as our SOC reports and Cloud Security Alliance CAIQ self-assessment (CSA CAIQ), for your enterprise."
4+
versions:
5+
ghec: '*'
6+
type: how_to
7+
topics:
8+
- Accounts
9+
- Enterprise
10+
- Fundamentals
11+
permissions: Enterprise owners can access compliance reports for the enterprise.
12+
shortTitle: Access compliance reports
13+
---
14+
15+
## About {% data variables.product.company_short %}'s compliance reports
16+
17+
You can access {% data variables.product.company_short %}'s compliance reports in your enterprise settings.
18+
19+
{% data reusables.security.compliance-report-list %}
20+
21+
## Accessing compliance reports for your enterprise
22+
23+
{% data reusables.enterprise-accounts.access-enterprise %}
24+
{% data reusables.enterprise-accounts.enterprise-accounts-compliance-tab %}
25+
1. Under "Resources", to the right of the report you want to access, click {% octicon "download" aria-label="The Download icon" %} **Download** or {% octicon "link-external" aria-label="The external link icon" %} **View**.
26+
27+
{% data reusables.security.compliance-report-screenshot %}
28+
29+
## Further reading
30+
31+
- "[Accessing compliance reports for your organization](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization)"

content/admin/overview/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ children:
1515
- /system-overview
1616
- /about-the-github-enterprise-api
1717
- /creating-an-enterprise-account
18+
- /accessing-compliance-reports-for-your-enterprise
1819
---
1920
For more information, or to purchase {% data variables.product.prodname_enterprise %}, see [{% data variables.product.prodname_enterprise %}](https://github.com/enterprise).

content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-security-settings-in-your-enterprise.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ Deleting a CA cannot be undone. If you want to use the same CA in the future, yo
149149
{% data reusables.organizations.delete-ssh-ca %}
150150

151151
{% ifversion ghec or ghae %}
152-
153152
## Further reading
154153

155-
- "[About identity and access management for your enterprise](/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise)"
156-
154+
- "[About identity and access management for your enterprise](/admin/authentication/managing-identity-and-access-for-your-enterprise/about-identity-and-access-management-for-your-enterprise)"{% ifversion ghec %}
155+
- "[Accessing compliance reports for your enterprise](/admin/overview/accessing-compliance-reports-for-your-enterprise)"{% endif %}
157156
{% endif %}

content/code-security/getting-started/securing-your-organization.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,9 @@ You can view and manage alerts from security features to address dependencies an
139139

140140
{% ifversion fpt or ghec %}If you have a security vulnerability, you can create a security advisory to privately discuss and fix the vulnerability. For more information, see "[About {% data variables.product.prodname_security_advisories %}](/code-security/security-advisories/about-github-security-advisories)" and "[Creating a security advisory](/code-security/security-advisories/creating-a-security-advisory)."
141141
{% endif %}
142+
143+
{% ifversion ghec %}
144+
## Further reading
145+
146+
"[Accessing compliance reports for your organization](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/accessing-compliance-reports-for-your-organization)"
147+
{% endif %}
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Keeping your organization secure
3-
intro: 'Organization owners have several features to help them keep their projects and data secure. If you''re the owner of an organization, you should regularly review your organization''s audit log{% ifversion not ghae %}, member 2FA status,{% endif %} and application settings to ensure that no unauthorized or malicious activity has occurred.'
3+
intro: "You can harden security for your organization by managing security settings,{% ifversion not ghae %} requiring two-factor authentication (2FA),{% endif %} and reviewing the activity and integrations within your organization."
44
redirect_from:
55
- /articles/preventing-unauthorized-access-to-organization-information
66
- /articles/keeping-your-organization-secure
@@ -14,14 +14,7 @@ topics:
1414
- Organizations
1515
- Teams
1616
children:
17-
- /viewing-whether-users-in-your-organization-have-2fa-enabled
18-
- /preparing-to-require-two-factor-authentication-in-your-organization
19-
- /requiring-two-factor-authentication-in-your-organization
20-
- /managing-security-and-analysis-settings-for-your-organization
21-
- /managing-allowed-ip-addresses-for-your-organization
22-
- /restricting-email-notifications-for-your-organization
23-
- /reviewing-the-audit-log-for-your-organization
24-
- /reviewing-your-organizations-installed-integrations
17+
- /managing-two-factor-authentication-for-your-organization
18+
- /managing-security-settings-for-your-organization
2519
shortTitle: Organization security
2620
---
27-

0 commit comments

Comments
 (0)