Skip to main content

This version of GitHub Enterprise was discontinued on 2023-01-18. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Managing security and analysis settings for your personal account

You can control features that secure and analyze the code in your projects on GitHub.

About management of security and analysis settings

GitHub can help secure your repositories. This topic tells you how you can manage the security and analysis features for all your existing or new repositories.

You can still manage the security and analysis features for individual repositories. For more information, see "Managing security and analysis settings for your repository."

You can also review the security log for all activity on your personal account. For more information, see "Reviewing your security log."

For an overview of repository-level security, see "Securing your repository."

Enabling or disabling features for existing repositories

  1. In the upper-right corner of any page, click your profile photo, then click Settings.

    Settings icon in the user bar

  2. In the left sidebar, click Security & analysis. Security and analysis settings

  3. Under "Code security and analysis", to the right of the feature, click Disable all or Enable all. "Enable all" or "Disable all" button for "Configure security and analysis" features

  4. Optionally, enable the feature by default for new repositories that you own. "Enable by default" option for new repositories

  5. Click Disable FEATURE or Enable FEATURE to disable or enable the feature for all the repositories you own. Button to disable or enable feature

When you enable one or more security and analysis features for existing repositories, you will see any results displayed on GitHub within minutes:

  • All the existing repositories will have the selected configuration.
  • New repositories will follow the selected configuration if you've enabled the checkbox for new repositories.
  • If enabled, Dependabot security updates will create pull requests to upgrade vulnerable dependencies when Dependabot alerts are triggered.

Enabling or disabling features for new repositories

  1. In the upper-right corner of any page, click your profile photo, then click Settings.

    Settings icon in the user bar

  2. In the left sidebar, click Security & analysis. Security and analysis settings

  3. Under "Code security and analysis", to the right of the feature, enable or disable the feature by default for new repositories that you own. Checkbox for enabling or disabling a feature for new repositories

Further reading