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