Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m28s

This commit is contained in:
SevenOfAces 2025-03-06 04:17:57 +00:00
parent 303da90e93
commit 4e262a08e6

View file

@ -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 }}