From 365ad2af3f91e01dcd28f6f96ce4a4f695ae9839 Mon Sep 17 00:00:00 2001 From: Rodrigo Del Angel Gerardo <20210658@uthh.edu.mx> Date: Thu, 4 Apr 2024 15:36:50 -0600 Subject: [PATCH] Actualizacion de configuracion de sonar --- .github/workflows/sonar_scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar_scan.yml b/.github/workflows/sonar_scan.yml index 9ebc574..c12d614 100644 --- a/.github/workflows/sonar_scan.yml +++ b/.github/workflows/sonar_scan.yml @@ -26,7 +26,7 @@ jobs: - name: Check SonarCloud Quality Gate run: | - QUALITY_GATE_STATUS=$(curl -s -u ${{ secrets.SONAR_TOKEN }}: "https://sonarcloud.io/api/qualitygates/project_status?projectKey=") + QUALITY_GATE_STATUS=$(curl -s -u ${{ secrets.SONAR_TOKEN }}: "https://sonarcloud.io/api/qualitygates/project_status?projectKey=rodrigo3829l_db_api_mygarden_llc") if [[ $(echo $QUALITY_GATE_STATUS | jq -r '.projectStatus.status') == "ERROR" ]]; then echo "SonarCloud Quality Gate failed. Reverting to previous version..." git config --global user.email "20210658@uthh.edu.mx"