From f724f2c1edd43b87ee914c636bd4843008bd48c4 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Sat, 21 Sep 2024 21:03:16 +0000 Subject: [PATCH] Refactor file paths and update dependencies --- .gitignore | 20 ++++++++++++++++---- .gitlab/ci/sonarqube.gitlab-ci.yml | 2 +- requirements.txt | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ac12599..b182160 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# Created by https://www.toptal.com/developers/gitignore/api/python -# Edit at https://www.toptal.com/developers/gitignore?templates=python +# Created by https://www.toptal.com/developers/gitignore/api/python,visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=python,visualstudiocode ### Python ### # Byte-compiled / optimized / DLL files @@ -173,6 +173,18 @@ poetry.toml # LSP config files pyrightconfig.json -# End of https://www.toptal.com/developers/gitignore/api/python +### VisualStudioCode ### +.vscode/ -src/cloudflare_cname.py \ No newline at end of file +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode \ No newline at end of file diff --git a/.gitlab/ci/sonarqube.gitlab-ci.yml b/.gitlab/ci/sonarqube.gitlab-ci.yml index 46d49f6..7a02d35 100644 --- a/.gitlab/ci/sonarqube.gitlab-ci.yml +++ b/.gitlab/ci/sonarqube.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: sonarqube-check: stage: sonarqube-check image: - name: sonarsource/sonar-scanner-cli:11.0 + name: sonarsource/sonar-scanner-cli:5.0 entrypoint: [""] variables: SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache diff --git a/requirements.txt b/requirements.txt index fd7d3e0..6b1425c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.25.1 \ No newline at end of file +requests==2.32.2 \ No newline at end of file