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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
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.2.1
6
+
## Main Features - v2.3.0
7
7
8
+
- Sonar CLI updated to 6.0.0.4432
8
9
- Execute SonarQube scans and handle the results
9
10
- Generate JUnit reports based on the scan results
10
11
- Quality Gate status reporting + Metrics
@@ -23,7 +24,7 @@ Obs: USe branch and pr_key params for accuracy results matches when skiping the
23
24
identifier: run_sonar
24
25
spec:
25
26
connectorRef: account.DockerHubDiego
26
-
image: plugins/sonarqube-scanner:v2.2.1
27
+
image: plugins/sonarqube-scanner:v2.3.0
27
28
reports:
28
29
type: JUnit
29
30
spec:
@@ -45,7 +46,7 @@ Obs: USe branch and pr_key params for accuracy results matches when skiping the
0 commit comments