Skip to content

Commit

Permalink
update sonar details
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-flexion committed May 24, 2024
1 parent 8c56091 commit 5e3601c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your_project_key> \
-Dsonar.organization=<your_organization_key> \ # 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=. \
Expand Down

0 comments on commit 5e3601c

Please sign in to comment.