File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 25
25
name : Build
26
26
27
27
on :
28
+ push :
29
+ branches :
30
+ - develop
28
31
pull_request :
29
32
branches : [main]
30
33
@@ -181,3 +184,15 @@ jobs:
181
184
with :
182
185
name : bundle-analysis
183
186
path : apps/**/.next/analyze/*.html
187
+
188
+ sonarqube :
189
+ name : SonarQube
190
+ runs-on : ubuntu-latest
191
+ steps :
192
+ - uses : actions/checkout@v4
193
+ with :
194
+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
195
+ - name : SonarQube Scan
196
+ uses : SonarSource/sonarqube-scan-action@v5
197
+ env :
198
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 38
38
"typescript:S1848" : {
39
39
"level" : " off"
40
40
}
41
+ },
42
+ "sonarlint.connectedMode.project" : {
43
+ "connectionId" : " SonarCloud" ,
44
+ "projectKey" : " zopiolabs_zopio_test_fork"
41
45
}
42
46
}
Original file line number Diff line number Diff line change 2
2
# This file configures how SonarCloud analyzes the Zopio monorepo
3
3
4
4
# Required: Organization and project keys (update with your actual values)
5
- sonar.organization =zopio
6
- sonar.projectKey =zopio_zopio
5
+ sonar.organization =zopiolabs
6
+ sonar.projectKey =zopiolabs_zopio_test_fork
7
7
8
8
# Project metadata
9
- sonar.projectName =Zopio
9
+ sonar.projectName =zopio_test_fork
10
10
sonar.projectVersion =0.9.0
11
11
12
12
# Source code configuration
You can’t perform that action at this time.
0 commit comments