From f70421ba44aba052f47cc96d36b8690ea509e812 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Fri, 8 Mar 2024 16:52:51 +0900 Subject: [PATCH] =?UTF-8?q?GitLab=20CI=20=EC=84=A4=EC=A0=95=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EC=9D=84=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= =?UTF-8?q?=ED=95=98=EA=B3=A0=20SonarQube=20=EC=B2=B4=ED=81=AC=20=EB=8B=A8?= =?UTF-8?q?=EA=B3=84=EB=A5=BC=20=EC=B6=94=EA=B0=80=ED=96=88=EC=8A=B5?= =?UTF-8?q?=EB=8B=88=EB=8B=A4.=20VSCode=20=EC=84=A4=EC=A0=95=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EC=97=90=20YAML=20=EC=8A=A4=ED=82=A4=EB=A7=88?= =?UTF-8?q?=EB=A5=BC=20=EC=B6=94=EA=B0=80=ED=96=88=EC=8A=B5=EB=8B=88?= =?UTF-8?q?=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +++ .gitlab/ci/sonarqube-check.gitlab-ci.yml | 3 +-- .vscode/settings.json | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11e9e8a..101302b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,5 @@ +stages: + - sonarqube-check + include: - local: .gitlab/ci/*.gitlab-ci.yml \ No newline at end of file diff --git a/.gitlab/ci/sonarqube-check.gitlab-ci.yml b/.gitlab/ci/sonarqube-check.gitlab-ci.yml index 05a2bdf..4cdd37d 100644 --- a/.gitlab/ci/sonarqube-check.gitlab-ci.yml +++ b/.gitlab/ci/sonarqube-check.gitlab-ci.yml @@ -1,5 +1,4 @@ -.sonarqube-check: - stage: sonarqube-check +sonarqube-check: image: name: sonarsource/sonar-scanner-cli:5.0 entrypoint: [""] diff --git a/.vscode/settings.json b/.vscode/settings.json index fb23dd1..8555e5c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,8 @@ "sonarlint.connectedMode.project": { "connectionId": "https-sonar-pieroot-xyz", "projectKey": "pieroot_pso_6a2f36a9-2688-4900-a4a5-5be85f36f75a" + }, + "yaml.schemas": { + "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": "file:///home/pieroot/jupyter/PSO/.gitlab/ci/sonarqube-check.gitlab-ci.yml" } } \ No newline at end of file