[FOLIO-3764] Sonar Scan step fails in ui-users when triggered from Dependabot Created: 24/Apr/23 Updated: 24/Apr/23 |
|
| Status: | In Progress |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | TBD |
| Reporter: | Ankita Sen | Assignee: | Ankita Sen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | DevOps Sprint 160 |
| Development Team: | FOLIO DevOps |
| RCA Group: | TBD |
| Description |
|
The Github Actions workflow fails in ui-users with the below error when triggered from Dependabot
INFO: ------------------------------------------------------------------------ 41ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator This reason for this is further described in this article by GitHub and the possible solution is to separate the Sonar scan step and trigger this via a workflow_run event as done in FOLIO-3687 in the ui-users repository.
|