From 158d04df780b362bca0489756c94e717cb857133 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sun, 11 Jun 2023 14:07:01 +0100 Subject: [PATCH] Create sonar-project.properties --- sonar-project.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..8f9a285 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,7 @@ +sonar.organization=luketainton +sonar.projectKey=luketainton_hesk-docker +sonar.projectName=hesk-docker +sonar.projectVersion=1.0 +sonar.docker.hadolint.reportPaths=hadolint.out +sonar.sources=Dockerfile +sonar.exclusions=,.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,requirements-dev.txt,requirements.txt