1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Update sonar image version (#4094)

Co-authored-by: Vyacheslav Starostin <vyacheslav.starostin@sap.com>
This commit is contained in:
Vyacheslav Starostin
2022-10-31 21:33:24 +06:00
committed by GitHub
parent cfacde97be
commit e9c366392e
2 changed files with 2 additions and 2 deletions

View File

@@ -564,7 +564,7 @@ func sonarExecuteScanMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "sonar", Image: "sonarsource/sonar-scanner-cli:4.6"},
{Name: "sonar", Image: "sonarsource/sonar-scanner-cli:4.7"},
},
Outputs: config.StepOutputs{
Resources: []config.StepResources{

View File

@@ -296,4 +296,4 @@ spec:
type: int
containers:
- name: sonar
image: sonarsource/sonar-scanner-cli:4.6
image: sonarsource/sonar-scanner-cli:4.7