1
0
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:
Jordi van Liempt 2024-04-03 10:46:28 +02:00 committed by GitHub
parent 93283e55f9
commit 38fe2ea84b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -592,7 +592,7 @@ func sonarExecuteScanMetadata() config.StepData {
}, },
}, },
Containers: []config.Container{ 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{ Outputs: config.StepOutputs{
Resources: []config.StepResources{ Resources: []config.StepResources{

View File

@ -310,7 +310,7 @@ spec:
type: int type: int
containers: containers:
- name: sonar - name: sonar
image: sonarsource/sonar-scanner-cli:4.8 image: sonarsource/sonar-scanner-cli:5.0
options: options:
- name: -u - name: -u
value: "0" value: "0"