Update .gitea/workflows/sonar.yml
This commit is contained in:
@@ -15,9 +15,15 @@ jobs:
|
||||
name: SonarQube Scan
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# ORIGINAL REPO
|
||||
# container:
|
||||
# image: sonarsource/sonar-scanner-cli:12.0.0.3214_8.0.1
|
||||
# options: --user root
|
||||
|
||||
# MIRRORED LOCAL REPO
|
||||
container:
|
||||
image: sonarsource/sonar-scanner-cli:12.0.0.3214_8.0.1
|
||||
options: --user root
|
||||
image: git.wdipl.com/wdi-public/sonar-scanner-cli:12.0.0.3214_8.0.1
|
||||
options: --user root
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
||||
Reference in New Issue
Block a user