You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
This plugin is designed to run SonarQube scans and handle the results and convert it to JUnit Format. It's written in Go and check the report results for status OK.
5
5
6
-
## Main Features - v2.0.2-java17
6
+
## Main Features - v2.2.1
7
7
8
8
- Execute SonarQube scans and handle the results
9
9
- Generate JUnit reports based on the scan results
@@ -23,12 +23,12 @@ Obs: USe branch and pr_key params for accuracy results matches when skiping the
23
23
identifier: run_sonar
24
24
spec:
25
25
connectorRef: account.DockerHubDiego
26
-
image: plugins/sonarqube-scanner:v2.0.2-java17
26
+
image: plugins/sonarqube-scanner:v2.2.1
27
27
reports:
28
28
type: JUnit
29
29
spec:
30
30
paths:
31
-
- "**/**/*.xml"
31
+
- "SonarResults.xml"
32
32
privileged: false
33
33
settings:
34
34
sonar_host: http://34.100.11.50
@@ -45,12 +45,12 @@ Obs: USe branch and pr_key params for accuracy results matches when skiping the
45
45
type: Plugin
46
46
spec:
47
47
connectorRef: <+input>
48
-
image: plugins/sonarqube-scanner:v2.0.2-java17
48
+
image: plugins/sonarqube-scanner:v2.2.1
49
49
reports:
50
50
type: JUnit
51
51
spec:
52
52
paths:
53
-
- "**/**/*.xml"
53
+
- "SonarResults.xml"
54
54
settings:
55
55
sonar_key: <+input>
56
56
sonar_name: <+input>
@@ -85,12 +85,12 @@ spec:
85
85
identifier: check_sonar
86
86
spec:
87
87
connectorRef: account.DockerHubDiego
88
-
image: plugins/sonarqube-scanner:v2.0.2-java17
88
+
image: plugins/sonarqube-scanner:v2.2.1
89
89
reports:
90
90
type: JUnit
91
91
spec:
92
92
paths:
93
-
- "**/**/*.xml"
93
+
- "SonarResults.xml"
94
94
privileged: false
95
95
settings:
96
96
sonar_host: https://sonarcloud.io
@@ -121,7 +121,7 @@ spec:
121
121
- `inclusions`: The files to be included in the analysis.
122
122
- Example: `"inclusions": "*.go, *.java"`
123
123
- `exclusions`: The files to be excluded from the analysis.
0 commit comments