From 6a67a7fdaafa33691bedc9668c5e0a7f2f746e9f Mon Sep 17 00:00:00 2001 From: mchammer01 <42146119+mchammer01@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:17:48 +0100 Subject: [PATCH] trying to get file to render --- .../secret-scanning/introduction/about-push-protection.md | 6 ++++-- content/code-security/secret-scanning/introduction/index.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content/code-security/secret-scanning/introduction/about-push-protection.md b/content/code-security/secret-scanning/introduction/about-push-protection.md index faeaa0f556..9b41a1a65e 100644 --- a/content/code-security/secret-scanning/introduction/about-push-protection.md +++ b/content/code-security/secret-scanning/introduction/about-push-protection.md @@ -10,7 +10,7 @@ redirect_from: - /early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning - /code-security/secret-scanning/protecting-pushes-with-secret-scanning - /code-security/secret-scanning/push-protection-for-repositories-and-organizations -type: how_to +type: overview topics: - Secret scanning - Advanced Security @@ -60,7 +60,9 @@ For information on the secrets and service providers supported for push protecti {% ifversion secret-scanning-push-protection-for-users %} -## About push protection for users. +## About push protection for users + +Everyone across {% data variables.product.prodname_dotcom %} can enable push protection for themselves within your individual settings. This ensures your pushes are protected whenever you push to a public repository on {% data variables.product.prodname_dotcom %}, without relying on that repository to have push protection enabled. For more information, see "[AUTOTITLE](/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/push-protection-for-users)." {% endif %} diff --git a/content/code-security/secret-scanning/introduction/index.md b/content/code-security/secret-scanning/introduction/index.md index 506adc1289..7c8fb7d1da 100644 --- a/content/code-security/secret-scanning/introduction/index.md +++ b/content/code-security/secret-scanning/introduction/index.md @@ -1,6 +1,6 @@ --- title: Introduction to secret scanning -shortTitle: Secret scanning +shortTitle: Introduction allowTitleToDifferFromFilename: true intro: 'Learn about {% data variables.product.prodname_secret_scanning_caps %} can keep your repositories secure by scanning them for known types of secrets, to prevent fraudulent use of secrets that were committed accidentally.' product: '{% data reusables.gated-features.secret-scanning %}'