From c2741c50c9b8a98395d49d53cd82002f2c2d62ce Mon Sep 17 00:00:00 2001 From: meleksabit Date: Mon, 16 Sep 2024 02:12:13 +0300 Subject: [PATCH] edit SonarQube workflow --- .github/workflows/sonarqube.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 5904f469..c076c14b 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -50,6 +50,8 @@ jobs: -e SONAR_TOKEN="${{ secrets.SONAR_TOKEN }}" \ -v $(pwd):/usr/src \ sonarsource/sonar-scanner-cli -X + -Dsonar.projectKey=Mutillidae-II \ + -Dsonar.sources=. # Check the Quality Gate status. - name: SonarQube Quality Gate check