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
@@ -2,7 +2,7 @@
2
2
3
3
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.
4
4
5
-
## Main Features - 2.0.1
5
+
## Main Features - v2.0.2-java17
6
6
7
7
- Execute SonarQube scans and handle the results
8
8
- Generate JUnit reports based on the scan results
@@ -20,7 +20,7 @@ This plugin is designed to run SonarQube scans and handle the results and conver
20
20
identifier: run_sonar
21
21
spec:
22
22
connectorRef: account.DockerHubDiego
23
-
image: plugins/sonarqube-scanner:2.0.1
23
+
image: plugins/sonarqube-scanner:v2.0.2-java17
24
24
reports:
25
25
type: JUnit
26
26
spec:
@@ -42,7 +42,7 @@ This plugin is designed to run SonarQube scans and handle the results and conver
0 commit comments