I have created a file “sonar-project.properties”
sonar.projectKey=com.test.test
sonar.projectName=test
sonar.issuesReport.html.enable=true
sonar.report.export.path=sonar-report.json
sonar.sources=.
sonar.exclusions=**/*_test.go, **/web/**, /tools/**
I have created also a token but it didn’t work