diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 93dd165d8..a0dab524d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -41,4 +41,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=your-project-key \ No newline at end of file + run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=mtech-software-solutions_spring-petclinic -Dsonar.organization=mtech-software-solutions -Dsonar.host.url=https://sonarcloud.io diff --git a/pom.xml b/pom.xml index 34a73d747..6f2bf1e0c 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 0.0.46 - mtech-software-solutions + mtech-software-solutions_spring-petclinic https://sonarcloud.io mtech-software-solutions spring-petclinic