From ee4dfd6a5192e5f97224666466804467c861040a Mon Sep 17 00:00:00 2001 From: Christoph-Meyer Date: Fri, 11 Oct 2024 14:15:54 +0200 Subject: [PATCH] SonarCloud --- .github/workflows/sonarquest-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sonarquest-ci.yml b/.github/workflows/sonarquest-ci.yml index bfa34a83..0f939e12 100644 --- a/.github/workflows/sonarquest-ci.yml +++ b/.github/workflows/sonarquest-ci.yml @@ -74,10 +74,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: mvn -f ./sonarQuest-backend/pom.xml -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \ -Dsonar.projectKey=${{ matrix.sonar-project-key }} \ - -Dsonar.organization=${{ matrix.sonar-organization }} \ - -Dsonar.host.url=${{ matrix.sonar-host-url }} \ - -Dsonar.sources=src/main/java,src/main/resources/templates \ - -Dsonar.coverage.jacoco.xmlReportPaths=../${{ matrix.jacoco-report-dir }}/jacoco.xml + -Dsonar.organization=${{ matrix.sonar-organization }} frontend: runs-on: ubuntu-latest