Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandeesh778 committed Jan 3, 2024
1 parent cb181f4 commit 68be952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
- name: SonarQube scan
run: |
sonar-scanner \
-Dsonar.projectKey=<Credflow> \
-Dsonar.projectKey=Credflow \
-Dsonar.sources=. \
-Dsonar.host.url=<secrets.SONAR_HOST_UR> \
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
> sonar_log.txt # Redirect the output to a file for detailed logs
shell: bash

# - name: SonarQube Scan
# uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit 68be952

Please sign in to comment.