build: 修改 CI sonar 镜像

Signed-off-by: chenjuntao <chenjuntao@ghzhushou.com>
This commit is contained in:
chenjuntao
2024-09-20 14:12:56 +08:00
parent a0c5343326
commit b7de6ab1bf

View File

@ -78,7 +78,7 @@ sonarqube_analysis:
tags: tags:
- offline-test - offline-test
stage: build&analyze stage: build&analyze
image: sonarsource/sonar-scanner-cli:latest image: hub.shanqu.cc/library/sonar-scanner-cli:latest
dependencies: [] #禁止传递来的artifact dependencies: [] #禁止传递来的artifact
script: script:
## 获取项目的一级组和二级组和项目名作为projectKey例如projectKey=platform-backend-eci-monitor ## 获取项目的一级组和二级组和项目名作为projectKey例如projectKey=platform-backend-eci-monitor