🐛 fix(ci): adjust sonar scm configuration
All checks were successful
build-and-push / lint (push) Successful in 5s
build-and-push / sonar (push) Successful in 6s
build-and-push / docker (push) Successful in 1m11s

- change sonar.scm.provider to sonar.scm.disabled for compatibility
This commit is contained in:
nocci 2025-12-30 13:06:49 +00:00
parent 02972a04d4
commit 405660e0f2

View file

@ -53,7 +53,7 @@ jobs:
-Dsonar.host.url="$HOST_URL" \
-Dsonar.projectKey="$PROJECT_KEY" \
-Dsonar.sources=. \
-Dsonar.scm.provider=none \
-Dsonar.scm.disabled=true \
-Dsonar.projectBaseDir=/usr/src
docker: