From 00f8b1b0e77b8b933137f81be37d1c13b06e913a Mon Sep 17 00:00:00 2001 From: Szymon Bylica <142112966+sbylica-splunk@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:56:45 +0200 Subject: [PATCH] Sonarqube config (#352) --- .gitlab-ci.yml | 3 +++ sonar-project.properties | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 sonar-project.properties diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..1db784a0 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,3 @@ +include: + - file: /cicd/sonarqube-3.0.1.yml + project: ci-cd/templates \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 00000000..60d0025f --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1 @@ +sonar.projectKey=github-mirrors.splunk-firehose-nozzle \ No newline at end of file