Skip to content

Commit

Permalink
👔 sonar scan workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Mar 8, 2024
1 parent 2822494 commit 7f3e1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sonar.projectKey=yusufcanb_tlm
sonar.organization=yusufcanb

sonar.projectName=tlm
sonar.projectVersion=1.1

0 comments on commit 7f3e1b8

Please sign in to comment.