Skip to content

Commit

Permalink
commit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandeesh778 committed Jan 3, 2024
1 parent 37910d5 commit 6077848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
fetch-depth: 0
- name: SonarQube scan
run: |
sonar-scanner \
/path/to/sonar-scanner \
-Dsonar.projectKey=Credflow \
-Dsonar.sources=. \
-Dsonar.host.url=${{secrets.SONAR_HOST_URL}} \
-Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} \
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
> sonar_log.txt # Redirect the output to a file for detailed logs
Expand Down

0 comments on commit 6077848

Please sign in to comment.