AD GitHub Usage Guide

Secure sensitive data

Sensitive data, including credentials, should not be stored anywhere in the repositories.

Securing configuration files separately from your code is an essential practice to protect sensitive information such as private keys, database credentials, or other configuration settings.

Here are several approaches and tools you can use to achieve this:

Discovered Sensitive Data in your Repositories?

No worries; if you’ve already identified sensitive data in your repositories, you can take action by following the steps provided in this documentation to remove it securely.