rspec/rules/S6418/recommended.adoc
Nils Werner cc62be2485
Revert "Create rule S6418 (#1821)" (#1995)
This reverts commit c9577afe581cc8010cd8831b423374ace562cf62.
2023-06-01 14:05:46 +02:00

6 lines
274 B
Plaintext

== Recommended Secure Coding Practices
* Store the secret in a configuration file that is not pushed to the code repository.
* Use your cloud provider's service for managing secrets.
* If a secret has been disclosed through the source code: revoke it and create a new one.