fix: typo

This commit is contained in:
Daniel Hougaard
2025-05-06 08:24:59 +04:00
parent 57342cf2a0
commit f7f7d2d528
2 changed files with 8 additions and 8 deletions

View File

@@ -90,10 +90,10 @@ To further enhance security, we recommend you also use our [CLI Secret Scanner](
<Step title="Configure your Infisical instance">
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.
</Step>
</Steps>