From 40aaf9f742a91e61d803709afcb86133e45ae112 Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:34:43 +0300 Subject: [PATCH] Update sonarqube.yml --- .github/workflows/sonarqube.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index f401e48fbe..b645a97aae 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -26,12 +26,12 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # add the URL of your instance to the secrets of this repo with the name SONAR_HOST_URL (Settings > Secrets > Actions > add new repository secret) LC_ALL: "ru_RU.UTF-8" with: - # Additional arguments for the sonarcloud scanner + projectBaseDir: OInt args: # Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu) # mandatory -Dsonar.projectKey=OInt, - -Dsonar.projectBaseDir=OInt + -Dsonar.projectBaseDir=. -Dsonar.sourceEncoding=UTF-8 -Dsonar.inclusions=**/*.os # Comma-separated paths to directories containing test source files.