-
which versions are you using
SonarQube 8.9 -
what are you trying to achieve
Our company has source code quality policy which is Severity of Blocker, Critical, Major must be zero in type Bug and Vulnerability. And there is no policy about Code Smell type.
As I know about SonarQube CE/DE 8.9, there is no way to satisfied for the policy. -
what have you tried so far to achieve this
I wrote GitLab CI/CD pipeline to analysis source code by Sonar Scanner with sonar.qualitygate.wait=true option.
However, as below reason which is not meet the company policy, always return failed result.
Anybody help me?