Switch from local SonarQube to Github actions

This commit is contained in:
Winni Neessen 2022-04-12 19:33:44 +02:00
parent 914a02b0be
commit 3909a3b6f4
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D
2 changed files with 1 additions and 7 deletions

1
sonar-project.properties Normal file
View file

@ -0,0 +1 @@
sonar.projectKey=go-mail

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
source ./.sonar
${SONAR_BIN} \
-Dsonar.projectKey=go-mail \
-Dsonar.sources=. \
-Dsonar.host.url=https://sonar.fritz.box \
-Dsonar.login="$SONAR_TOKEN"