From f3a4a70418ff44fa8b95e2c59d4b65711b573c0c Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:20:32 +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 511b63d9ad..dfa240ca51 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -25,8 +25,8 @@ jobs: args: -Dsonar.projectKey=OpenIntegrations -Dsonar.sourceEncoding=UTF-8 - -Dsonar.inclusions=**/*.bsl - -Dsonar.sources=src/ru + -Dsonar.inclusions=src/ru/*.bsl + - name: Анализ OInt uses: SonarSource/sonarqube-scan-action@7295e71c9583053f5bf40e9d4068a0c974603ec8