mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: allow secret scanning from all self-hosted orgs
This commit is contained in:
@@ -94,7 +94,6 @@ To further enhance security, we recommend you also use our [CLI Secret Scanner](
|
||||
- `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>
|
||||
|
||||
|
||||
@@ -643,10 +643,6 @@ To help you sync secrets from Infisical to services such as Github and Gitlab, I
|
||||
<ParamField query="SECRET_SCANNING_WEBHOOK_SECRET" type="string" default="none" optional>
|
||||
The webhook secret of your GitHub App.
|
||||
</ParamField>
|
||||
|
||||
<ParamField query="SECRET_SCANNING_ORG_WHITELIST" type="string" default="none" optional>
|
||||
A comma separated list of Infisical organization ID's that are allowed to use the secret scanning feature.
|
||||
</ParamField>
|
||||
</Accordion>
|
||||
|
||||
## Observability
|
||||
|
||||
Reference in New Issue
Block a user