From 5e3601c7924f869358124a517a158b77f02b7ae1 Mon Sep 17 00:00:00 2001 From: rajeev-flexion Date: Fri, 24 May 2024 08:25:41 -0500 Subject: [PATCH] update sonar details --- .github/workflows/sonar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index c856c98c..f0ec850e 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -40,11 +40,11 @@ jobs: - name: SonarQube Scan env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_TOKEN: ${{ secrets.SFTP_INGESTION_SONAR_TOKEN }} run: | sonar-scanner \ - -Dsonar.projectKey= \ - -Dsonar.organization= \ # For SonarCloud only + -Dsonar.projectKey=CDCgov_reportstream-sftp-ingestion \ + -Dsonar.organization=cdcgov \ # For SonarCloud only -Dsonar.host.url=https://sonarcloud.io \ # Use your SonarQube URL if using SonarQube -Dsonar.login=$SONAR_TOKEN \ -Dsonar.sources=. \