fix: allow secret scanning from all self-hosted orgs

This commit is contained in:
Daniel Hougaard
2025-05-06 22:16:29 +04:00
parent f7f7d2d528
commit 6005dce44d
5 changed files with 18 additions and 11 deletions

View File

@@ -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>