-
Go
-
secrets:S6692
-
This specific value is a test key (6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe) used for reCaptcha link to reCaptcha documentation, so this is not actually a secret and it should not raise an issue.
-
Using SonarCloud
-
Code sample
func VerifyCaptcha(ctx context.Context) error {
if secretKey == "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe" {
...
}
}