Skip to content

Commit d1ec88b

Browse files
authored
Secret risk assessment - Add more CTAs (#56918)
1 parent 7ba7636 commit d1ec88b

File tree

11 files changed

+30
-16
lines changed

11 files changed

+30
-16
lines changed

content/code-security/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ intro: 'Build security into your {% data variables.product.github %} workflow to
55
redirect_from:
66
- /code-security/guides
77
introLinks:
8+
overview: '{% ifversion ghes %}/code-security/getting-started/github-security-features{% endif %}'
89
generate_secret_risk_assessment_report_for_free: '{% ifversion secret-risk-assessment %}/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/viewing-the-secret-risk-assessment-report-for-your-organization#generating-an-initial-secret-risk-assessment{% endif %}'
910
featuredLinks:
1011
startHere: # Links aimed at the builder audience
11-
- /code-security/getting-started/github-security-features
12+
- '{% ifversion fpt or ghec %}/code-security/getting-started/github-security-features{% endif %}'
1213
- /code-security/getting-started/quickstart-for-securing-your-repository
14+
- '{% ifversion ghes %}/code-security/secret-scanning/working-with-secret-scanning-and-push-protection{% endif %}'
1315
- /code-security/getting-started/dependabot-quickstart-guide
1416
- /code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning
1517
guideCards:

content/code-security/secret-scanning/introduction/about-secret-scanning.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: About secret scanning
33
intro: '{% data variables.product.github %} scans repositories for known types of secrets, to prevent fraudulent use of secrets that were committed accidentally.'
4-
product: '{% data reusables.gated-features.secret-scanning %}'
4+
product: |
5+
{% data reusables.gated-features.secret-scanning %}{% ifversion secret-risk-assessment %}
6+
7+
{% data variables.secret-scanning.secret-risk-assessment-cta-product %}{% endif %}
58
redirect_from:
69
- /github/administering-a-repository/about-token-scanning
710
- /articles/about-token-scanning

content/code-security/securing-your-organization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Securing your organization
33
shortTitle: Secure your organization
4-
intro: 'Secure your organization at scale with {% data variables.product.company_short %}''s security products{% ifversion security-configurations %} through {% data variables.product.prodname_security_configurations %} and {% data variables.product.prodname_global_settings %}{% endif %}.'
4+
intro: 'Secure your organization at scale with {% data variables.product.company_short %}''s security products{% ifversion security-configurations %} through {% data variables.product.prodname_security_configurations %} and {% data variables.product.prodname_global_settings %}{% endif %}.{% ifversion secret-risk-assessment %}<br>{% data variables.secret-scanning.secret-risk-assessment-cta-product %}{% endif %}'
55
versions:
66
fpt: '*'
77
ghec: '*'

content/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/about-secret-risk-assessment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'About the secret risk assessment'
33
shortTitle: 'Secret risk assessment'
44
intro: 'Learn why it''s so important to understand your organization''s exposure to data leaks and how the {% data variables.product.prodname_secret_risk_assessment %} report gives an overview of your organization’s secret leak footprint.'
5-
product: '{% data reusables.gated-features.secret-risk-assessment-report %}'
5+
product: '{% data reusables.gated-features.secret-risk-assessment-report %}<br>{% data variables.secret-scanning.secret-risk-assessment-cta-product %}'
66
allowTitleToDifferFromFilename: true
77
type: overview
88
versions:
@@ -19,7 +19,7 @@ topics:
1919

2020
Assessing your exposure to leaked secrets is crucial if you want to prevent:
2121

22-
* **Exploitation by bad actors**. Malicious actors can use leaked secrets such as API keys, passwords, and tokens to gain unauthorized access to systems, databases, and sensitive information. Leaked secrets can lead to data breaches, compromising user data and potentially causing significant financial and reputational damage. See industry examples and in-depth discussion in [Understanding your organization's exposure to secret leaks](https://resources.github.com/enterprise/understanding-secret-leak-exposure) in {% data variables.product.github %} Executive Insights.
22+
* **Exploitation by bad actors**. Malicious actors can use leaked secrets such as API keys, passwords, and tokens to gain unauthorized access to systems, databases, and sensitive information. Leaked secrets can lead to data breaches, compromising user data and potentially causing significant financial and reputational damage.
2323

2424
* **Regulatory problems**. Many industries have strict regulatory requirements for data protection, and leaked secrets can result in non-compliance with regulations, leading to legal penalties and fines.
2525

@@ -29,7 +29,7 @@ Assessing your exposure to leaked secrets is crucial if you want to prevent:
2929

3030
* **Costly fallout**. Addressing the fallout from leaked secrets can be costly, involving incident response efforts, security audits, and potential compensation for affected parties.
3131

32-
Regularly assessing your exposure to leaked secrets is good practice to help identify vulnerabilities, implement necessary security measures, and ensure that any compromised secrets are promptly rotated and invalidated.
32+
Regularly assessing your exposure to leaked secrets is good practice to help identify vulnerabilities, implement necessary security measures, and ensure that any compromised secrets are promptly rotated and invalidated. See industry examples and in-depth discussion in [Understanding your organization's exposure to secret leaks](https://resources.github.com/enterprise/understanding-secret-leak-exposure) in {% data variables.product.github %} Executive Insights.
3333

3434
## About {% data variables.product.prodname_secret_risk_assessment %}
3535

content/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Understanding your organization''s exposure to leaked secrets'
33
shortTitle: Exposure to leaked secrets
4-
intro: 'You can generate a secret risk assessment report to evaluate the extent of your organization''s vulnerability to leaked secrets. Decide whether to enable {% data variables.product.prodname_secret_protection %} to protect your organization from further leaks.'
4+
intro: 'You can generate a secret risk assessment report to evaluate the extent of your organization''s vulnerability to leaked secrets. Decide whether to enable {% data variables.product.prodname_secret_protection %} to protect your organization from further leaks.<br>{% data variables.secret-scanning.secret-risk-assessment-cta-product %}'
55
versions:
66
feature: secret-risk-assessment
77
topics:

content/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/viewing-the-secret-risk-assessment-report-for-your-organization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Viewing the secret risk assessment report for your organization'
33
shortTitle: 'View secret risk assessment'
44
intro: 'You can generate and view the {% data variables.product.prodname_secret_risk_assessment %} report for your organization from the "Security" tab.'
5+
product: '{% data reusables.gated-features.secret-risk-assessment-report %}'
56
permissions: '{% data reusables.permissions.secret-risk-assessment-report-generation %}'
67
allowTitleToDifferFromFilename: true
78
type: how_to

content/code-security/security-overview/about-security-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: About security overview
33
intro: 'You can gain insights into the overall security landscape of your organization or enterprise and identify repositories that require intervention using security overview.'
4-
product: '{% data reusables.gated-features.security-overview-general %}'
4+
product: |
5+
{% data reusables.gated-features.security-overview-general %}{% ifversion secret-risk-assessment %}
6+
7+
{% data variables.secret-scanning.secret-risk-assessment-cta-product %}{% endif %}
58
redirect_from:
69
- /code-security/security-overview/exploring-security-alerts
710
- /code-security/security-overview/about-the-security-overview

content/get-started/learning-about-github/about-github-advanced-security.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ A {% data variables.product.prodname_GHAS %} license provides the following addi
130130

131131
## Run an assessment of your organization's exposure to secret leaks
132132

133-
Organizations on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %} can run a free report to scan the code in the organization for leaked secrets. This can help you understand the current exposure of repositories in your organization to leaked secrets, as well as help you see how many existing secret leaks could have been prevented by {% data variables.product.prodname_GH_secret_protection %}. See [AUTOTITLE](/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/about-secret-risk-assessment).{% endif %}{% else %}{% endif %}
133+
{% ifversion secret-risk-assessment %}{% data variables.secret-scanning.secret-risk-assessment-cta-product %}{% endif %}
134+
135+
Organizations on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %} can run a free report to scan the code in the organization for leaked secrets. This can help you understand the current exposure of repositories in your organization to leaked secrets, as well as help you see how many existing secret leaks could have been prevented by {% data variables.product.prodname_GH_secret_protection %}.{% endif %}{% else %}{% endif %}
134136

135137
## Deploying {% ifversion ghas-products %}{% data variables.product.prodname_GH_code_security %} and {% data variables.product.prodname_GH_secret_protection %}{% else %}{% data variables.product.prodname_GHAS %} in your enterprise{% endif %}
136138

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% data variables.product.prodname_secret_risk_assessment_caps %} is available for free for organization-owned repositories on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %}
1+
{% data variables.product.prodname_secret_risk_assessment_caps %} is available for free in organizations on {% data variables.product.prodname_team %} and {% data variables.product.prodname_enterprise %}
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
{% data variables.product.prodname_secret_risk_assessment_caps %} is available for all organizations owned by {% data variables.product.prodname_team %} or {% data variables.product.prodname_enterprise %}. Additional views are available for:
1+
Security overview is available for all organizations owned by {% data variables.product.prodname_team %} or {% data variables.product.prodname_enterprise %} that have run {% data variables.product.prodname_secret_risk_assessment_caps %}.
22

3-
{% ifversion fpt %}
3+
Additional views are available for {% ifversion ghec %}enterprises and their organizations.{% elsif ghes %}organizations.
4+
5+
{% elsif fpt %}
46
* Organizations owned by a {% data variables.product.prodname_team %} account with {% data variables.product.prodname_GH_cs_or_sp %}
57
* Organizations owned by a {% data variables.product.prodname_enterprise %} account
6-
{% elsif ghec %}
7-
* Enterprises and their organizations
8-
{% elsif ghes %}
9-
* Organizations
108
{% endif %}

0 commit comments

Comments
 (0)