sonar-gitlab-plugin icon indicating copy to clipboard operation
sonar-gitlab-plugin copied to clipboard

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files

Results 12 sonar-gitlab-plugin issues
Sort by recently updated
recently updated
newest added

I get this crash on the sonar-scanner. I did try all sorts of tokens and it hasn't seemed to make a difference. Is there perhaps something I can do to...

Hello, I encoutered an issue similar to what's described in this ticket: https://github.com/gabrie-allaigre/sonar-gitlab-plugin/issues/211 So I tried the solution from this comment https://github.com/gabrie-allaigre/sonar-gitlab-plugin/issues/211#issuecomment-530736404 , which is to use ` -Dsonar.gitlab.ref_name=${CI_MERGE_REQUEST_REF_PATH}` instead...

Currently, the plugins spams a lot of comments inside the MR. consider to editing the existing comment instead always create a new comment

If `sonar.gitlab.merge_request_discussion` is enabled globally for the plugin on the sonarqube instance, you have to define it to false on branch analyses or the pipeline will fail to add comments...

If running this plugin inside a MR pipeline, the CODECLIMATE report is always empty.

It would be great if there was a link back to SonarQube from the GitLab comment on the default template.

Do you know if the use of this plug-in interferes with cleaning the database via housekeeping? Even after changing to one day the housekeeping has not taken effect. Sorry if...

Hello, Use versions: * Gitlab: 16.3.5 * Sonarqube: 9.9.2.77730 * Sonar scanner: 5.0.1.3006-linux * Sonar-gitlab-plugin: 5.4.0 I would like to override the default template when using _sonar_scanner_. I succeed to...

Versions used: GitLab 15.11 SonarQube 9.9.1 Sonar Gitlab Plugin 5.3.0 GitLab cicd pipeline is triggered on the merge request to main branch by the following command: ``` ... script: -...

Asking this question here, as I could not find any tangible information in the existing documentation and templates. I am trying to figure out whether it is possible to list,...