diff --git a/content/code-security/secret-scanning/index.md b/content/code-security/secret-scanning/index.md index 86fb7c3474..021bf02f7c 100644 --- a/content/code-security/secret-scanning/index.md +++ b/content/code-security/secret-scanning/index.md @@ -16,7 +16,6 @@ topics: - Repositories children: - /introduction - - /about-secret-scanning - /configuring-secret-scanning-for-your-repositories - /defining-custom-patterns-for-secret-scanning - /about-the-regular-expression-generator-for-custom-patterns @@ -33,3 +32,4 @@ children: - /troubleshooting-secret-scanning-and-push-protection - /secret-scanning-partnership-program --- + diff --git a/content/code-security/secret-scanning/introduction/about-secret-scanning.md b/content/code-security/secret-scanning/introduction/about-secret-scanning.md index e16760f2f9..a225b8cafe 100644 --- a/content/code-security/secret-scanning/introduction/about-secret-scanning.md +++ b/content/code-security/secret-scanning/introduction/about-secret-scanning.md @@ -8,6 +8,7 @@ redirect_from: - /articles/about-token-scanning-for-private-repositories - /github/administering-a-repository/about-secret-scanning - /code-security/secret-security/about-secret-scanning + - /code-security/secret-scanning/about-secret-scanning versions: fpt: '*' ghes: '*' diff --git a/content/code-security/secret-scanning/introduction/index.md b/content/code-security/secret-scanning/introduction/index.md index f2fdc0ea85..aa04863ab5 100644 --- a/content/code-security/secret-scanning/introduction/index.md +++ b/content/code-security/secret-scanning/introduction/index.md @@ -12,4 +12,7 @@ type: overview topics: - Secret scanning - Advanced Security +children: + - /about-secret-scanning --- + diff --git a/data/learning-tracks/code-security.yml b/data/learning-tracks/code-security.yml index 82650c37c2..83ed5fd783 100644 --- a/data/learning-tracks/code-security.yml +++ b/data/learning-tracks/code-security.yml @@ -112,7 +112,7 @@ secret_scanning: Set up secret scanning to guard against accidental check-ins of tokens, passwords, and other secrets to your repository. guides: - - /code-security/secret-scanning/about-secret-scanning + - /code-security/secret-scanning/introduction/about-secret-scanning - >- /code-security/secret-scanning/configuring-secret-scanning-for-your-repositories - >-