mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: typo
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -628,19 +628,19 @@ To help you sync secrets from Infisical to services such as Github and Gitlab, I
|
||||
## Secret Scanning
|
||||
|
||||
<Accordion title="GitHub">
|
||||
<ParamField query="INFISICAL_GITHUB_APP_ID" type="string" default="none" optional>
|
||||
<ParamField query="SECRET_SCANNING_GIT_APP_ID" type="string" default="none" optional>
|
||||
The App ID of your GitHub App.
|
||||
</ParamField>
|
||||
|
||||
<ParamField query="INFISICAL_GITHUB_APP_SLUG" type="string" default="none" optional>
|
||||
<ParamField query="SECRET_SCANNING_GIT_APP_SLUG" type="string" default="none" optional>
|
||||
The slug of your GitHub App.
|
||||
</ParamField>
|
||||
|
||||
<ParamField query="INFISICAL_GITHUB_APP_PRIVATE_KEY" type="string" default="none" optional>
|
||||
<ParamField query="SECRET_SCANNING_PRIVATE_KEY" type="string" default="none" optional>
|
||||
A private key for your GitHub App.
|
||||
</ParamField>
|
||||
|
||||
<ParamField query="INFISICAL_GITHUB_APP_WEBHOOK_SECRET" type="string" default="none" optional>
|
||||
<ParamField query="SECRET_SCANNING_WEBHOOK_SECRET" type="string" default="none" optional>
|
||||
The webhook secret of your GitHub App.
|
||||
</ParamField>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user