Skip to content

Conversation

@TomConner
Copy link

This bumps the sonar scanner version and fixes a typo in the list of includedModules. This enables makes it so all the code is scanned in one scan:

cd pepper-apis
mvn sonar:sonar

This could be set up in CircleCI as a parallel workflow. Or if that's not fast enough, I can set up a second sonarcloud project and we can break it into two scans.

There must be a one-to-one correspondence between scan runs in CI and sonar projects. Each scan run on the same project key replaces the prior scan results.

Copy link
Contributor

@denniscunningham denniscunningham left a comment

Choose a reason for hiding this comment

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

Thx Tom.
Just one question.

</profiles>
<pluginGroups>
<pluginGroup>
org.sonarsource.scanner.maven
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this?

Copy link
Author

Choose a reason for hiding this comment

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

org.sonarsource.scanner.maven is the SonarQube scanner that is integrates into a Maven build and runs on Java classfiles after compilation.

@TomConner TomConner marked this pull request as draft March 1, 2024 20:30
@TomConner
Copy link
Author

@denniscunningham I moved this back to draft to make a couple more edits. We will need to talk more about the CircleCI part too.

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.

3 participants