Skip to content

Commit fbbe456

Browse files
mchammer01CopilotCopilot
authored
Add GitHub Secret Protection adoption landing page (#61160)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b5511f8 commit fbbe456

5 files changed

Lines changed: 79 additions & 0 deletions

File tree

content/code-security/concepts/secret-security/secret-leakage-risks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ versions:
77
ghec: '*'
88
ghes: '*'
99
contentType: concepts
10+
category:
11+
- Protect your secrets
1012
---
1113

1214
## What are secrets?

content/code-security/concepts/security-at-scale/best-practices-for-selecting-pilot-repositories.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ versions:
77
ghec: '*'
88
ghes: '*'
99
contentType: concepts
10+
category:
11+
- Secure at scale
1012
---
1113

1214
Before enabling {% data variables.product.prodname_GH_secret_protection %} organization-wide, run a pilot to validate the solution with a small set of repositories. A pilot helps you refine your rollout strategy, identify workflow adjustments, and demonstrate security value to stakeholders. This article will help you choose the best repositories for your pilot.

content/code-security/tutorials/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ versions:
88
ghec: '*'
99
contentType: tutorials
1010
children:
11+
- /secret-protection-adoption-path
1112
- /trialing-github-advanced-security
1213
- /adopting-github-advanced-security-at-scale
1314
- /secure-your-organization
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Secure your secrets at scale with GitHub
3+
shortTitle: Secret protection
4+
allowTitleToDifferFromFilename: true
5+
intro: 'Leaked credentials expose your organization to data breaches. GitHub Secret Protection detects and prevents secret leaks automatically. Follow this adoption path to assess risk, pilot the solution, and scale protection organization-wide.'
6+
layout: journey-landing
7+
versions:
8+
feature: secret-risk-assessment
9+
contentType: tutorials
10+
category:
11+
- Secure at scale
12+
- Protect your secrets
13+
journeyArticlesHeading: 'All secret protection articles'
14+
journeyTracks:
15+
- id: 'quick_start'
16+
title: 'Quick start: Essential reading'
17+
description: 'New to secret protection? Start here for the most important concepts and procedures. These articles provide foundational knowledge to help you understand secret risks, evaluate GitHub Secret Protection (GHSP), and begin your adoption journey.'
18+
guides:
19+
- href: '/code-security/concepts/secret-security/secret-leakage-risks'
20+
- href: '/code-security/concepts/secret-security/about-secret-scanning'
21+
- href: '/code-security/tutorials/secure-your-organization/interpreting-secret-risk-assessment-results'
22+
- href: '/code-security/tutorials/remediate-leaked-secrets/assessing-ghsp-impact'
23+
- href: '/code-security/concepts/secret-security/about-push-protection'
24+
- id: 'assess'
25+
title: 'Phase 1: Assess your current secret risk'
26+
description: 'Run a free secret risk assessment (SRA) to understand your organization exposure and establish baseline metrics. Before purchasing GHSP, identify how many secrets are exposed across your organization and build a data-driven business case for the investment.'
27+
timeCommitment: '10 minutes to run, 30 minutes to analyze results'
28+
guides:
29+
- href: '/code-security/concepts/secret-security/secret-leakage-risks'
30+
- href: '/code-security/how-tos/secure-at-scale/configure-organization-security/configure-specific-tools/assess-your-secret-risk'
31+
- href: '/code-security/tutorials/secure-your-organization/interpreting-secret-risk-assessment-results'
32+
- href: '/code-security/how-tos/secure-at-scale/configure-organization-security/configure-specific-tools/viewing-your-security-risk-assessment-reports'
33+
- id: 'evaluate'
34+
title: 'Phase 2: Evaluate GitHub Secret Protection'
35+
description: 'Determine if GHSP meets your needs and build a business case. Review detection capabilities, push protection features, and validity checking. Use the pricing calculator to estimate costs and calculate potential cost savings from preventing manual remediation.'
36+
timeCommitment: '2-4 hours'
37+
guides:
38+
- href: '/code-security/concepts/secret-security/about-secret-scanning'
39+
- href: '/code-security/concepts/secret-security/about-push-protection'
40+
- href: '/code-security/reference/secret-security/supported-secret-scanning-patterns'
41+
- href: '/code-security/how-tos/secure-at-scale/configure-organization-security/configure-specific-tools/estimating-the-price-of-secret-protection'
42+
- href: '/code-security/tutorials/remediate-leaked-secrets/calculating-the-cost-savings-of-push-protection'
43+
- id: 'pilot'
44+
title: 'Phase 3: Pilot GitHub Secret Protection'
45+
description: 'Run a pilot to validate GHSP with a small set of repositories before organization-wide enablement. Select 5-10 repositories with active development and known secret exposure. If you estimated pricing in Phase 2, you''ll confirm costs as part of the enablement flow. A successful pilot demonstrates security value quickly, identifies workflow adjustments, and gathers feedback to refine your rollout strategy.'
46+
timeCommitment: '2-4 weeks'
47+
guides:
48+
- href: '/code-security/concepts/security-at-scale/best-practices-for-selecting-pilot-repositories'
49+
- href: '/code-security/how-tos/secure-at-scale/configure-organization-security/configure-specific-tools/protect-your-secrets'
50+
- href: '/code-security/how-tos/secure-your-secrets/prevent-future-leaks/enabling-push-protection-for-your-repository'
51+
- href: '/code-security/tutorials/remediate-leaked-secrets/remediating-a-leaked-secret'
52+
- id: 'monitor'
53+
title: 'Phase 4: Monitor and assess value'
54+
description: 'Track metrics to demonstrate ROI and identify areas for improvement. Monitor how many secrets are being detected, how often developers bypass push protection, and how quickly leaked secrets are remediated. Use these insights to refine your rollout strategy, prove value to stakeholders, and justify organization-wide deployment.'
55+
timeCommitment: '1-2 hours per week during pilot'
56+
guides:
57+
- href: '/code-security/tutorials/remediate-leaked-secrets/assessing-ghsp-impact'
58+
- href: '/code-security/concepts/secret-security/push-protection-metrics'
59+
- href: '/code-security/tutorials/secure-your-organization/organizing-remediation-efforts-for-leaked-secrets'
60+
- href: '/code-security/tutorials/remediate-leaked-secrets/evaluating-alerts'
61+
- id: 'scale'
62+
title: 'Phase 5: Scale, customize, and automate'
63+
description: 'Expand GHSP organization-wide and tailor it to your specific workflows. Use validity checks to prioritize remediation, define custom patterns for organization-specific secrets, and apply security configurations at scale. For advanced use cases, enable AI-powered detection and integrate with automated workflows.'
64+
timeCommitment: '1-2 weeks for initial rollout, ongoing for optimization'
65+
guides:
66+
- href: '/code-security/how-tos/secure-at-scale/configure-organization-security/establish-complete-coverage/applying-a-custom-security-configuration'
67+
- href: '/code-security/how-tos/secure-your-secrets/customize-leak-detection/defining-custom-patterns-for-secret-scanning'
68+
- href: '/code-security/how-tos/secure-your-secrets/manage-bypass-requests/enabling-delegated-bypass-for-push-protection'
69+
- href: '/code-security/how-tos/secure-your-secrets/detect-secret-leaks/enabling-secret-scanning-for-non-provider-patterns'
70+
- href: '/code-security/how-tos/secure-your-secrets/detect-secret-leaks/enabling-ai-powered-generic-secret-detection'
71+
- href: '/code-security/how-tos/use-ghas-with-ai-coding-agents/scan-for-secrets-with-github-mcp-server'
72+
---

content/code-security/tutorials/secure-your-organization/preparing-for-security-incidents.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ versions:
88
ghec: '*'
99
ghes: '*'
1010
contentType: tutorials
11+
category:
12+
- Secure at scale
1113
---
1214

1315
The guidance in this article is aimed at enterprise owners, organization owners, security managers and security teams. However, you will need to have the enterprise owner role to enable several of the features referenced in this article.

0 commit comments

Comments
 (0)