Skip to content

Conversation

@magley
Copy link
Member

@magley magley commented Oct 26, 2025

Closes #39


My process of adding SonarQube analysis:

  • created a free account on SonarCloud, connected through my GitHub account
  • added an organization matching book-em
  • created a repository for user-service
  • created a sonar key
  • added a github action and the properties file

It fails a lot because branch analysis works only on the main branch (master) for Free accounts. As for this PR, it failed initially (Quality Gate wouldn't pass because it found a Security HotSpot within the sonarqube workflow file, but I manually makred it as safe and then it passed):

image

Obviously that's not what you're supposed to do, but the project spec only requires us to have code analysis on one microservice, so here it is.

@magley magley self-assigned this Oct 26, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 26, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@magley magley added the feature New functional or non-functional requirement implementation. label Oct 26, 2025
Copy link
Member

@Vasilijez Vasilijez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job!

@magley magley merged commit 250ea27 into develop Oct 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New functional or non-functional requirement implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants