go-mail/sonar-scan

7 lines
180 B
Bash
Executable file

#!/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"