Hi
I’m currently assessing SonarQube
I’m facing the following issue:
My test example is made to generate one bug and one vulnerability.
Both are detected by the tool and the initial quality gate status is therefore “Failed”.
I closed both manually by setting the issue to “Fixed” and the vulnerability to “Will not fix” from SonarQube UI.
If I refresh the project page I see that the bug and the vulnerability are considered gone, however the quality gate status is still Failed and consequently my CI pipeline fails.
I would have expected to be “Success” ?