Skip to content

Commit 7ed3b19

Browse files
v2.4.1 update version
v2.4.1 update version
1 parent 8f993d1 commit 7ed3b19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
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.
55

6-
## Main Features - v2.3.0
6+
## Main Features - v2.4.1
77

8-
- Sonar CLI updated to 6.0.0.4432
8+
- Sonar CLI updated from 6.0.0.4432 to 5.0.1.3006
99
- Execute SonarQube scans and handle the results
1010
- Generate JUnit reports based on the scan results
1111
- Quality Gate status reporting + Metrics
@@ -24,7 +24,7 @@ Obs: USe branch and pr_key params for accuracy results matches when skiping the
2424
identifier: run_sonar
2525
spec:
2626
connectorRef: account.DockerHubDiego
27-
image: plugins/sonarqube-scanner:v2.3.0
27+
image: plugins/sonarqube-scanner:v2.4.1
2828
reports:
2929
type: JUnit
3030
spec:
@@ -46,7 +46,7 @@ Obs: USe branch and pr_key params for accuracy results matches when skiping the
4646
type: Plugin
4747
spec:
4848
connectorRef: <+input>
49-
image: plugins/sonarqube-scanner:v2.3.0
49+
image: plugins/sonarqube-scanner:v2.4.1
5050
reports:
5151
type: JUnit
5252
spec:
@@ -86,7 +86,7 @@ spec:
8686
identifier: check_sonar
8787
spec:
8888
connectorRef: account.DockerHubDiego
89-
image: plugins/sonarqube-scanner:v2.3.0
89+
image: plugins/sonarqube-scanner:v2.4.1
9090
reports:
9191
type: JUnit
9292
spec:
@@ -108,7 +108,7 @@ name: default
108108

109109
steps:
110110
- name: perform-code-analysis
111-
image: plugins/sonarqube-scanner:v2.3.0
111+
image: plugins/sonarqube-scanner:v2.4.1
112112
settings:
113113
sonar_host: http://34.100.11.50
114114
sonar_token:

0 commit comments

Comments
 (0)