|
| 1 | +--- |
| 2 | +title: Configuring additional secret scanning settings for your enterprise |
| 3 | +shortTitle: Configure additional settings |
| 4 | +intro: 'Learn how to configure additional {% data variables.product.prodname_secret_scanning %} settings for your enterprise.' |
| 5 | +permissions: '{% data reusables.permissions.security-configuration-enterprise-enable %}' |
| 6 | +versions: |
| 7 | + feature: security-configuration-enterprise-level |
| 8 | +topics: |
| 9 | + - Advanced Security |
| 10 | + - Enterprise |
| 11 | + - Security |
| 12 | +--- |
| 13 | + |
| 14 | +## About additional settings for {% data variables.product.prodname_secret_scanning %} |
| 15 | + |
| 16 | +There are some additional {% data variables.product.prodname_secret_scanning %} settings that cannot be applied to repositories using {% data variables.product.prodname_security_configurations %}, so you must configure these settings separately: |
| 17 | + |
| 18 | +* [Configuring a resource link for push protection](/admin/managing-code-security/securing-your-enterprise/configuring-additional-secret-scanning-settings-for-your-enterprise#configuring-a-resource-link-for-push-protection){% ifversion secret-scanning-ai-generic-secret-detection %} |
| 19 | +* [Configuring AI detection to find additional secrets](/admin/managing-code-security/securing-your-enterprise/configuring-additional-secret-scanning-settings-for-your-enterprise#configuring-ai-detection-to-find-additional-secrets){% endif %} |
| 20 | + |
| 21 | +These additional settings only apply to repositories with both {% data variables.product.prodname_GH_advanced_security %} and {% data variables.product.prodname_secret_scanning %} enabled. |
| 22 | + |
| 23 | +## Accessing the additional settings for {% data variables.product.prodname_secret_scanning %} |
| 24 | + |
| 25 | +{% data reusables.enterprise-accounts.access-enterprise %} |
| 26 | +{% data reusables.enterprise-accounts.settings-tab %} |
| 27 | +1. In the left sidebar, click **Code security**. |
| 28 | +1. Scroll down the page to the "Additional settings" section. |
| 29 | + |
| 30 | +### Configuring a resource link for push protection |
| 31 | + |
| 32 | +To provide context for developers when {% data variables.product.prodname_secret_scanning %} blocks a commit, you can display a link with more information on why the commit was blocked. |
| 33 | + |
| 34 | +1. Under "Additional settings", to the right of "Resource link for push protection", click **{% octicon "pencil" aria-hidden="true" %}**. |
| 35 | +1. In the text box, type the link to the desired resource, then click **{% octicon "check" aria-label="Save" %}**. |
| 36 | + |
| 37 | +{% ifversion secret-scanning-ai-generic-secret-detection %} |
| 38 | + |
| 39 | +### Configuring AI detection to find additional secrets |
| 40 | + |
| 41 | +{% data variables.secret-scanning.copilot-secret-scanning %}'s {% data variables.secret-scanning.generic-secret-detection %} is an AI-powered expansion of {% data variables.product.prodname_secret_scanning %} that scans and creates alerts for unstructured secrets, such as passwords. |
| 42 | + |
| 43 | +1. Under "Additional settings", to the right of "Use AI detection to find additional secrets", ensure the setting is toggled to "On". |
| 44 | + |
| 45 | +{% data reusables.secret-scanning.copilot-secret-scanning-generic-secrets-subscription-note %} |
| 46 | + |
| 47 | +To learn more about generic secrets, see "[AUTOTITLE](/code-security/secret-scanning/copilot-secret-scanning/responsible-ai-generic-secrets)." |
| 48 | + |
| 49 | +{% endif %} |
0 commit comments