From 8ff70fc3d7434da2392532052b661005fff3eb59 Mon Sep 17 00:00:00 2001 From: Alexander Railean Date: Mon, 6 Feb 2023 16:16:51 +0100 Subject: [PATCH] Adapt Sonar settings to the parent repository at Siemens --- .github/workflows/code-quality.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 11482d13..5748cef4 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -41,7 +41,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # note that we deliberately turn off the OWASP dependency checker here, it will run in a separate job, # such that its results can be viewed independently of what Sonar has to say - run: mvn -B verify sonar:sonar -Dsonar.projectKey=ralienpp_cmp-ra-component -Ddependency-check.skip=true + run: mvn -B verify sonar:sonar -Dsonar.projectKey=siemens_cmp-ra-component -Ddependency-check.skip=true analyze_dependencies_owasp: name: Check dependencies with OWASP diff --git a/pom.xml b/pom.xml index 1e0343f7..53d873f1 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 3.0.0-M3 3.8.2 - ralienpp + siemens https://sonarcloud.io jacoco reuseReports