ci(sonarqube): correct project key to Runic-Gateway-link
The SonarQube server already has a project keyed Runic-Gateway-link and refuses to create a case-variant duplicate, so the scan (added in #13) failed to auto-create runic-gateway-link. Match the existing key. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# SonarQube analysis config for the link (uo-link sidecar) repo.
|
||||
# Consumed by the scanner in .gitea/workflows/sonarqube.yml on push to main.
|
||||
# The project key must match the one created in SonarQube (dashboard URL
|
||||
# ?id=runic-gateway-link).
|
||||
# ?id=Runic-Gateway-link).
|
||||
|
||||
sonar.projectKey=runic-gateway-link
|
||||
sonar.projectKey=Runic-Gateway-link
|
||||
sonar.projectName=runic gateway link
|
||||
|
||||
# Analysed application code. The Rust sidecar crate lives under sidecar/src.
|
||||
|
||||
Reference in New Issue
Block a user