Commit e526bbd
committed
fix: exclude gosec G117 rule for Password field in RedisConfig
The gosec G117 linter was flagging the Password field in RedisConfig
as a potential security issue because it matches a secret pattern.
This is a false positive since the field is a legitimate configuration
parameter used to store Redis authentication credentials, not a
hardcoded secret.
Added gosec configuration to exclude G117 rule to resolve the linting
error while maintaining security checks for actual hardcoded secrets.1 parent 3b76891 commit e526bbd
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments