Skip to content

Commit

Permalink
Issue #ED-4414 fix: updated sonar file, reading specific branches
Browse files Browse the repository at this point in the history
  • Loading branch information
vpPavithra committed Jun 20, 2024
1 parent ba0beb7 commit f9d3b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Run SonarQube Analysis
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
run: |
sonar-scanner \
-Dsonar.login=$SONAR_TOKEN
Expand Down

0 comments on commit f9d3b5e

Please sign in to comment.