From f7f7d2d528afb736658f05cdec2d91218821e222 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 6 May 2025 08:24:59 +0400 Subject: [PATCH] fix: typo --- docs/documentation/platform/secret-scanning.mdx | 8 ++++---- docs/self-hosting/configuration/envars.mdx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/documentation/platform/secret-scanning.mdx b/docs/documentation/platform/secret-scanning.mdx index e477d69b6..6544deda4 100644 --- a/docs/documentation/platform/secret-scanning.mdx +++ b/docs/documentation/platform/secret-scanning.mdx @@ -90,10 +90,10 @@ To further enhance security, we recommend you also use our [CLI Secret Scanner]( Now you can configure your Infisical instance by setting the following environment variables: - - `INFISICAL_GITHUB_APP_ID`: The App ID of your GitHub App. - - `INFISICAL_GITHUB_APP_SLUG`: The slug of your GitHub App. - - `INFISICAL_GITHUB_APP_PRIVATE_KEY`: The private key of your GitHub App that you created in a previous step. - - `INFISICAL_GITHUB_APP_WEBHOOK_SECRET`: The webhook secret of your GitHub App that you created in a previous step. + - `SECRET_SCANNING_GIT_APP_ID`: The App ID of your GitHub App. + - `SECRET_SCANNING_GIT_APP_SLUG`: The slug of your GitHub App. + - `SECRET_SCANNING_PRIVATE_KEY`: The private key of your GitHub App that you created in a previous step. + - `SECRET_SCANNING_WEBHOOK_SECRET`: The webhook secret of your GitHub App that you created in a previous step. - `SECRET_SCANNING_ORG_WHITELIST`: A comma separated list of Infisical organization ID's that are allowed to use the secret scanning feature. Set this to the ID of your organization. You can find the ID by navigating to your organization settings within Infisical. diff --git a/docs/self-hosting/configuration/envars.mdx b/docs/self-hosting/configuration/envars.mdx index 55e316ffb..56886ecbc 100644 --- a/docs/self-hosting/configuration/envars.mdx +++ b/docs/self-hosting/configuration/envars.mdx @@ -628,19 +628,19 @@ To help you sync secrets from Infisical to services such as Github and Gitlab, I ## Secret Scanning - + The App ID of your GitHub App. - + The slug of your GitHub App. - + A private key for your GitHub App. - + The webhook secret of your GitHub App.