Usage of hard-coded secret

Description

Applications should store secret values securely and not as literal values in the source code.

Remediations

✅ Retrieve secrets from a secure location at runtime

Resources

Associated CWE

OWASP Top 10

Configuration

To skip this rule during a scan, use the following flag

bearer scan /path/to/your-project/ --skip-rule=ruby_lang_hardcoded_secret

To run only this rule during a scan, use the following flag

bearer scan /path/to/your-project/ --only-rule=ruby_lang_hardcoded_secret