ci(sonarqube): correct project key to Runic-Gateway-link #15
@@ -7,7 +7,7 @@
|
|||||||
# Prerequisites (one-time, in the Gitea UI — Repo → Settings → Actions):
|
# Prerequisites (one-time, in the Gitea UI — Repo → Settings → Actions):
|
||||||
# • Secret SONAR_TOKEN — a SonarQube "Analysis" token generated at
|
# • Secret SONAR_TOKEN — a SonarQube "Analysis" token generated at
|
||||||
# My Account → Security in SonarQube for the
|
# My Account → Security in SonarQube for the
|
||||||
# runic-gateway-link project (or a global one).
|
# Runic-Gateway-link project (or a global one).
|
||||||
# • Variable SONAR_HOST_URL — the SonarQube base URL on your LAN, e.g.
|
# • Variable SONAR_HOST_URL — the SonarQube base URL on your LAN, e.g.
|
||||||
# http://192.168.0.56:9000
|
# http://192.168.0.56:9000
|
||||||
# (kept as a variable, not committed, so the internal address stays out of git.)
|
# (kept as a variable, not committed, so the internal address stays out of git.)
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# SonarQube analysis config for the link (uo-link sidecar) repo.
|
# SonarQube analysis config for the link (uo-link sidecar) repo.
|
||||||
# Consumed by the scanner in .gitea/workflows/sonarqube.yml on push to main.
|
# 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
|
# 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
|
sonar.projectName=runic gateway link
|
||||||
|
|
||||||
# Analysed application code. The Rust sidecar crate lives under sidecar/src.
|
# Analysed application code. The Rust sidecar crate lives under sidecar/src.
|
||||||
|
|||||||
Reference in New Issue
Block a user