diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3b76d07..0993397 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -107,9 +107,3 @@ jobs: with: name: ${{env.REPORT_PATH}}-${{vars.URL_PROJECT}} path: ${{env.REPORT_PATH}} - - - name: Scan code with SonarQube - uses: sonarsource/sonarqube-scan-action@master - env: - SONAR_TOKEN: ${{secrets.SONAR_TOKEN}} - SONAR_HOST_URL: ${{secrets.SONAR_HOST_URL}} \ No newline at end of file