diff --git a/.forgejo/workflows/sonar.yml b/.forgejo/workflows/sonar.yml index 5a2ca39..710053d 100644 --- a/.forgejo/workflows/sonar.yml +++ b/.forgejo/workflows/sonar.yml @@ -22,6 +22,9 @@ jobs: uses: https://github.com/sonarsource/sonarqube-scan-action@master with: pollingTimeoutSec: 600 + args: > + -Dsonar.projectKey=${{ secrets.SONARQUBE_HOST }} + -Dsonar.verbose=true env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}