Windows 10 Pro
Visual Studio 2022 17.5.5
The following error is being flagged by SonarCloud in our Azure DevOps build pipeline:
Cycode: Secret of type: ‘Generic Password’ was found.
However, the secret it is alluding to is in a SonarLint file. This file was added to the repo when I did the binding to SonarCloud in Visual Studio.
Is there a way to get rid of this false negative?