Skip to content

Commit 8084805

Browse files
authored
Merge pull request #42391 from github/repo-sync
Repo sync
2 parents 66ec34d + 2b07845 commit 8084805

File tree

15 files changed

+38
-32
lines changed

15 files changed

+38
-32
lines changed

content/code-security/concepts/secret-security/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ children:
1919
- /about-secret-scanning-for-partners
2020
- /working-with-push-protection-and-the-github-mcp-server
2121
- /working-with-push-protection-from-the-rest-api
22+
redirect_from:
23+
- /code-security/secret-scanning/introduction
2224
---

content/code-security/dependabot/troubleshooting-dependabot/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ topics:
1414
- Repositories
1515
shortTitle: Troubleshoot Dependabot
1616
children:
17-
- /dependabot-updates-stopped
1817
- /troubleshooting-dependabot-on-github-actions
1918
---
2019

content/code-security/getting-started/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ children:
1515
- /github-security-features
1616
- /quickstart-for-securing-your-repository
1717
- /quickstart-for-securing-your-organization
18-
- /understanding-github-secret-types
1918
---
20-

content/code-security/dependabot/troubleshooting-dependabot/dependabot-updates-stopped.md renamed to content/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/dependabot-updates-stopped.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ topics:
1515
- Dependencies
1616
- Pull requests
1717
shortTitle: Dependabot stopped working
18+
redirect_from:
19+
- /code-security/dependabot/troubleshooting-dependabot/dependabot-updates-stopped
20+
contentType: how-tos
1821
---
1922

2023
* When maintainers of a repository stop interacting with {% data variables.product.prodname_dependabot %} pull requests, {% data variables.product.prodname_dependabot %} temporarily pauses its updates and lets you know.

content/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ contentType: how-tos
1010
children:
1111
- /troubleshooting-dependabot-errors
1212
- /troubleshooting-the-detection-of-vulnerable-dependencies
13+
- /dependabot-updates-stopped
1314
---
14-

content/code-security/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ topics:
1616
- Dependabot
1717
contentType: reference
1818
children:
19+
- /secret-security
1920
- /code-scanning
2021
- /supply-chain-security
2122
- /permission-levels-for-repository-security-advisories
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Secret security
3+
intro: Learn about secret scanning patterns, risk report CSV contents, and {% data variables.product.github %} secrets.
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
topics:
9+
- Secret Protection
10+
- Secret scanning
11+
contentType: reference
12+
children:
13+
- /understanding-github-secret-types
14+
- /supported-secret-scanning-patterns
15+
- /risk-report-csv-contents
16+
---

content/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/risk-report-csv-contents.md renamed to content/code-security/reference/secret-security/risk-report-csv-contents.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Contents of the secret risk assessment report CSV'
3-
shortTitle: 'Risk report CSV contents'
4-
intro: 'Understand the data included in the CSV export of the {% data variables.product.prodname_secret_risk_assessment %} report.'
2+
title: Contents of the secret risk assessment report CSV
3+
shortTitle: Risk report CSV contents
4+
intro: Understand the data included in the CSV export of the {% data variables.product.prodname_secret_risk_assessment %} report.
55
product: '{% data reusables.gated-features.secret-risk-assessment-report %}'
66
permissions: '{% data reusables.permissions.secret-risk-assessment-report-generation %}'
77
type: reference
@@ -13,6 +13,9 @@ topics:
1313
- Secret Protection
1414
- Organizations
1515
- Security
16+
redirect_from:
17+
- /code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/risk-report-csv-contents
18+
contentType: reference
1619
---
1720

1821
The {% data variables.product.prodname_secret_risk_assessment %} report CSV file includes the following information:

content/code-security/secret-scanning/introduction/supported-secret-scanning-patterns.md renamed to content/code-security/reference/secret-security/supported-secret-scanning-patterns.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Supported secret scanning patterns
3-
intro: 'Lists of supported secrets and the partners that {% data variables.product.company_short %} works with to prevent fraudulent use of secrets that were committed accidentally.'
3+
intro: Lists of supported secrets and the partners that {% data variables.product.company_short %} works with to prevent fraudulent use of secrets that were committed accidentally.
44
product: '{% data reusables.gated-features.secret-scanning %}'
55
versions:
66
fpt: '*'
@@ -13,9 +13,11 @@ topics:
1313
redirect_from:
1414
- /code-security/secret-scanning/secret-scanning-partners
1515
- /code-security/secret-scanning/secret-scanning-patterns
16+
- /code-security/secret-scanning/introduction/supported-secret-scanning-patterns
1617
layout: inline
1718
shortTitle: Supported patterns
1819
autogenerated: secret-scanning
20+
contentType: reference
1921
---
2022

2123
## About {% data variables.product.prodname_secret_scanning %} patterns

content/code-security/getting-started/understanding-github-secret-types.md renamed to content/code-security/reference/secret-security/understanding-github-secret-types.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Understanding GitHub secret types
3-
intro: 'Learn about the usage, scope, and access permissions for {% data variables.product.github %} secrets.'
3+
intro: Learn about the usage, scope, and access permissions for {% data variables.product.github %} secrets.
44
versions:
55
fpt: '*'
66
ghes: '*'
@@ -12,6 +12,9 @@ topics:
1212
- Vulnerabilities
1313
- Advanced Security
1414
shortTitle: GitHub secret types
15+
redirect_from:
16+
- /code-security/getting-started/understanding-github-secret-types
17+
contentType: reference
1518
---
1619

1720
## About {% data variables.product.github %}'s secret types

0 commit comments

Comments
 (0)