-
Notifications
You must be signed in to change notification settings - Fork 5
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
JN-372, DSEC-659 include sonar in Java CI #483
Conversation
I'm reworking to separate the different subproject scans so that SonarQube is happy. |
SonarCloud analyzed branch: DSEC-659/ |
1 similar comment
SonarCloud analyzed branch: DSEC-659/ |
Signed-off-by: Tom Conner <[email protected]>
Signed-off-by: Tom Conner <[email protected]>
Signed-off-by: Tom Conner <[email protected]>
Signed-off-by: Tom Conner <[email protected]>
Signed-off-by: Tom Conner <[email protected]>
SonarCloud analyzed ui-participant on DSEC-659/ |
SonarCloud analyzed ui-admin on DSEC-659/ |
SonarCloud analyzed ui-participant on DSEC-659 |
SonarCloud analyzed ui-admin on DSEC-659 |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. 👍 I just have one question about the workflow trigger.
workflow_dispatch: | ||
push: | ||
branches: | ||
- master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be triggered by pushes to the development
branch instead? development
is ultimately what ends up going to production, as we don't use a master
or main
branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Good catch.
SonarCloud analyzed ui-core on DSEC-659 |
SonarCloud analyzed ui-participant on DSEC-659 |
SonarCloud analyzed ui-admin on DSEC-659 |
Create new Sonar workflow to scan Java code in
and TypeScript code in
Because Sonar's Java and TypeScript scanning want to run separately, there are four separate SonarCloud projects that all correspond to this one GitHub repo.