Skip to content

Commit

Permalink
Merge pull request #195 from wednesday-solutions/feat/release-branch-…
Browse files Browse the repository at this point in the history
…sonarscan

feat: scan release branch with sonar
  • Loading branch information
alichherawalla authored Mar 5, 2024
2 parents a01fdad + 3c1fda5 commit 0a93ba7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ jobs:
token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }}
branch: ${{ steps.vars.outputs.short_ref }}
unprotect_reviews: true

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 0a93ba7

Please sign in to comment.