[FOLIO-3619] Activate sonarcloud scan Created: 27/Oct/22 Updated: 21/Nov/22 Resolved: 21/Nov/22 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | TBD |
| Reporter: | Viola Elsenhans | Assignee: | Viola Elsenhans |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||
| Sprint: | Leipzig Sprint 149, DevOps Sprint 151 | ||||||||||||||||||||
| Development Team: | FOLIO DevOps | ||||||||||||||||||||
| RCA Group: | TBD | ||||||||||||||||||||
| Description |
|
Please activate sonarcloud scan for these repositories: https://github.com/folio-org/ui-finc-config Otherwise the buildNPM Release is not successful.
|
| Comments |
| Comment by John Malconian [ 14/Nov/22 ] |
|
I've manually configured all four projects in SonarCloud. This should have happened automatically, but something has changed recently (see https://folio-org.atlassian.net/browse/FOLIO-3641). Sonarqube scans will need to be enabled in the Github Actions workflows (.github/workflows/build-npm.yml and .github/workflows/build-npm-release.yml) in each repo by setting the environment variable SQ_ROOT_DIR appropriately as well as uncommenting out the previously commented code that performs the Sonarqube scans. I've already done this for ui-finc-config as a test. See https://github.com/folio-org/ui-finc-config/pull/283. |
| Comment by Viola Elsenhans [ 15/Nov/22 ] |
|
Thank you John Malconian ! |