From afdb8e33cb1ff3883ef639451ba051c2b4b8225a Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 20 Jun 2025 17:55:01 +0100 Subject: [PATCH] SonarCloud: YAML Configuration --- .github/workflows/sonarcloud.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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