ci: quote sonar inclusions to avoid shell glob
All checks were successful
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 7s
build-and-push / docker (push) Successful in 1m8s

This commit is contained in:
nocci 2025-12-30 13:25:17 +00:00
parent 2a4653062a
commit 00b36a65b1

View file

@ -58,7 +58,7 @@ jobs:
-Dsonar.host.url="$HOST_URL" \ -Dsonar.host.url="$HOST_URL" \
-Dsonar.projectKey="$PROJECT_KEY" \ -Dsonar.projectKey="$PROJECT_KEY" \
-Dsonar.sources=. \ -Dsonar.sources=. \
-Dsonar.inclusions=**/*.js \ "-Dsonar.inclusions=**/*.js" \
-Dsonar.scm.disabled=true \ -Dsonar.scm.disabled=true \
-Dsonar.projectBaseDir=/usr/src -Dsonar.projectBaseDir=/usr/src