Skip to content

Commit 91d3110

Browse files
authored
[EDI] Troubleshooting secret scanning (#59551)
1 parent 83ed5f5 commit 91d3110

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

content/code-security/how-tos/secure-your-secrets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ redirect_from:
1515
children:
1616
- /detect-secret-leaks
1717
- /customize-leak-detection
18-
- /troubleshooting-secret-scanning
1918
- /prevent-future-leaks
2019
- /work-with-leak-prevention
2120
- /manage-bypass-requests
2221
---
22+

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ contentType: reference
1212
children:
1313
- /understanding-github-secret-types
1414
- /supported-secret-scanning-patterns
15+
- /secret-scanning-detection-scope
1516
- /risk-report-csv-contents
1617
- /secret-scanning-pattern-configuration-data
1718
---
19+

content/code-security/how-tos/secure-your-secrets/troubleshooting-secret-scanning.md renamed to content/code-security/reference/secret-security/secret-scanning-detection-scope.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Troubleshooting secret scanning
3-
shortTitle: Troubleshoot secret scanning
4-
intro: When using {% data variables.product.prodname_secret_scanning %} to detect secrets in your repository, or secrets about to be committed into your repository, you may need to troubleshoot unexpected issues.
2+
title: Secret scanning detection scope
3+
shortTitle: Secret scanning scope
4+
intro: Secret scanning uses pattern matching and validation to detect secrets. Detection varies based on pattern pairs, token types, and push protection settings.
55
product: '{% data reusables.gated-features.secret-scanning %}'
66
versions:
77
fpt: '*'
@@ -15,7 +15,8 @@ redirect_from:
1515
- /code-security/secret-scanning/troubleshooting-secret-scanning
1616
- /code-security/secret-scanning/troubleshooting-secret-scanning-and-push-protection/troubleshooting-secret-scanning
1717
- /code-security/secret-scanning/troubleshooting-secret-scanning-and-push-protection
18-
contentType: how-tos
18+
- /code-security/how-tos/secure-your-secrets/troubleshooting-secret-scanning
19+
contentType: reference
1920
---
2021

2122
{% data reusables.secret-scanning.enterprise-enable-secret-scanning %}

data/learning-tracks/code-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ secret_scanning:
140140
%}/code-security/how-tos/secure-your-secrets/work-with-leak-prevention/working-with-push-protection-in-the-github-ui{%
141141
endif %}
142142
- >-
143-
/code-security/how-tos/secure-your-secrets/troubleshooting-secret-scanning
143+
/code-security/reference/secret-security/secret-scanning-detection-scope
144144
security_alerts:
145145
title: Explore and manage security alerts
146146
description: Learn where to find and resolve security alerts.

0 commit comments

Comments
 (0)