Skip to content

Commit 0a0680b

Browse files
committed
update sonar properties
1 parent cc2fe55 commit 0a0680b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
env:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4646
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
47+
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
4748

4849
# - name: Sonar Quality Gate
4950
# uses: SonarSource/sonarqube-quality-gate-action@v1.1.0

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sonar.projectKey=aptlogica_sereni-email-smtp
2+
sonar.organization=aptlogica
23

34
sonar.language=go
45
sonar.sources=cmd,pkg,internal

0 commit comments

Comments
 (0)