From f7556c2f127ec52d176bc92becb10fb6436d9be1 Mon Sep 17 00:00:00 2001 From: Lucian Turiac Date: Mon, 9 Oct 2023 14:00:20 +0300 Subject: [PATCH] Create sonarqube for develop --- .github/workflows/sonarqube_pr_analysis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sonarqube_pr_analysis.yml b/.github/workflows/sonarqube_pr_analysis.yml index 351796c81..0115a6e3c 100644 --- a/.github/workflows/sonarqube_pr_analysis.yml +++ b/.github/workflows/sonarqube_pr_analysis.yml @@ -19,5 +19,4 @@ jobs: uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }} \ No newline at end of file + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} \ No newline at end of file