Is there any way to disable this sonar lint rule (secrets:S6703) about database passwords as I am using such a password in a Configuration Entry Seeder for a docker container. I tried with // NOSONAR at the end of the line, or with NoWarn in csproj, but it didn’t work.
I have read these docs, but they didn’t help. I have tried what they suggest: a) editorconfig, b) settings.json, c) ruleset, but the warning still shows up (Visual Studio). Is it because it is a secrets rule and it can’t be disabled? Could you investigate this please?