mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
chore(sonar): Update Sonar default image to 5.0 (#4881)
* update Sonar default image * go generate --------- Co-authored-by: jliempt <>
This commit is contained in:
parent
93283e55f9
commit
38fe2ea84b
@ -592,7 +592,7 @@ func sonarExecuteScanMetadata() config.StepData {
|
||||
},
|
||||
},
|
||||
Containers: []config.Container{
|
||||
{Name: "sonar", Image: "sonarsource/sonar-scanner-cli:4.8", Options: []config.Option{{Name: "-u", Value: "0"}}},
|
||||
{Name: "sonar", Image: "sonarsource/sonar-scanner-cli:5.0", Options: []config.Option{{Name: "-u", Value: "0"}}},
|
||||
},
|
||||
Outputs: config.StepOutputs{
|
||||
Resources: []config.StepResources{
|
||||
|
@ -310,7 +310,7 @@ spec:
|
||||
type: int
|
||||
containers:
|
||||
- name: sonar
|
||||
image: sonarsource/sonar-scanner-cli:4.8
|
||||
image: sonarsource/sonar-scanner-cli:5.0
|
||||
options:
|
||||
- name: -u
|
||||
value: "0"
|
||||
|
Loading…
Reference in New Issue
Block a user