Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MSMRC-2463] SonarQube enablement #110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[MSMRC-2463] SonarQube enablement #110

wants to merge 2 commits into from

Conversation

eugene-bert
Copy link
Member

High level summary

MSMRC-2463 SonarQube enablement

This PR introduces configuration template files for setting up SonarQube in your projects.

Additional information

The following templates are included:

sonar-project.properties: Contains project-specific SonarQube settings like source paths, exclusions, and coverage reports.
sonar.yaml: GitHub Actions workflow to automate SonarQube scans, upload coverage reports, and perform quality gate checks on pull requests.

Why This Is Needed
SonarQube has been enabled by security for this project to ensure consistent and automated static code analysis. It helps identify bugs, vulnerabilities, and code smells early in the development process.

This setup will:

Improve code quality across projects.
Highlight potential security risks and technical debt.
Automate the process of scanning code and monitoring quality gates, ensuring all code changes meet required standards.
Adjustments need to be made to files to fit you project requirements.

@eugene-bert eugene-bert reopened this Feb 12, 2025
@eugene-bert eugene-bert marked this pull request as ready for review February 12, 2025 13:39
@eugene-bert eugene-bert requested a review from a team as a code owner February 12, 2025 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant