From 34be25ab58e8aecfe170de4cc3ebe6679167f43a Mon Sep 17 00:00:00 2001 From: RussellJimmies Date: Thu, 14 Nov 2024 13:12:43 -0500 Subject: [PATCH] Moved screenshots to folder, fix markdown lint errors --- github-repository-creation-guide.md | 14 ++++++-------- .../{186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png | Bin .../{2E6531D8-47AA-4584-BA62-07F41E068DA3}.png | Bin .../{88B79545-E575-41D6-AAB5-EBD53195E25F}.png | Bin .../{EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png | Bin 5 files changed, 6 insertions(+), 8 deletions(-) rename {186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png => images/{186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png (100%) rename {2E6531D8-47AA-4584-BA62-07F41E068DA3}.png => images/{2E6531D8-47AA-4584-BA62-07F41E068DA3}.png (100%) rename {88B79545-E575-41D6-AAB5-EBD53195E25F}.png => images/{88B79545-E575-41D6-AAB5-EBD53195E25F}.png (100%) rename {EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png => images/{EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png (100%) diff --git a/github-repository-creation-guide.md b/github-repository-creation-guide.md index d326b2b..bf11f56 100644 --- a/github-repository-creation-guide.md +++ b/github-repository-creation-guide.md @@ -57,20 +57,18 @@ Enabling secret scanning and push protection in GitHub repositories helps prevent sensitive information, such as API keys, passwords, and tokens, from being inadvertently exposed in your codebase. Secret scanning detects exposed secrets, while push protection actively blocks commits containing known secrets. -If a secret is leaked, repository administrators receive an alert. +If a secret is leaked, repository administrators receive an alert. -To enable these functionalities: +To enable these functionalities: 1. From the main page of your repository, click **Settings**. ![Repository -Settings]({186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png) +Settings](./images/{186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png) -1. In the sidebar, scroll down to the **Security** section and click **Code - security**. +1. In the sidebar, scroll down to the **Security** section and click **Code security**. 1. Scroll down to the **Secret scanning** section and click **Enable**. ![Enable -Secret scanning]({88B79545-E575-41D6-AAB5-EBD53195E25F}.png) +Secret scanning](./images/{88B79545-E575-41D6-AAB5-EBD53195E25F}.png) 1. After enabling Secret scanning, the option to enable Push protection will appear. Click **Enable**. ![Enable Push -protection]({EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png) - +protection](./images/{EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png) diff --git a/{186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png b/images/{186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png similarity index 100% rename from {186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png rename to images/{186D1DE0-B70F-4DAA-8267-D8029BB90F66}.png diff --git a/{2E6531D8-47AA-4584-BA62-07F41E068DA3}.png b/images/{2E6531D8-47AA-4584-BA62-07F41E068DA3}.png similarity index 100% rename from {2E6531D8-47AA-4584-BA62-07F41E068DA3}.png rename to images/{2E6531D8-47AA-4584-BA62-07F41E068DA3}.png diff --git a/{88B79545-E575-41D6-AAB5-EBD53195E25F}.png b/images/{88B79545-E575-41D6-AAB5-EBD53195E25F}.png similarity index 100% rename from {88B79545-E575-41D6-AAB5-EBD53195E25F}.png rename to images/{88B79545-E575-41D6-AAB5-EBD53195E25F}.png diff --git a/{EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png b/images/{EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png similarity index 100% rename from {EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png rename to images/{EE4585DB-1219-43A3-BDF0-B8E6F0ADCEDB}.png