You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude hardcoded credentials rules from test files and config.yaml
Add SonarCloud exclusions for:
- go:S6418 (Credentials should not be hard-coded) in test files
- go:S6418 in config.yaml (example configuration)
- go:S2068 (Credentials should not be hard-coded) in test files
- go:S2068 in config.yaml
Test files necessarily contain test credentials for authentication testing.
Config.yaml contains commented examples showing configuration format, not
actual production secrets.
0 commit comments