Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m28s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m28s
This commit is contained in:
parent
303da90e93
commit
4e262a08e6
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ jobs:
|
||||||
uses: https://github.com/sonarsource/sonarqube-scan-action@master
|
uses: https://github.com/sonarsource/sonarqube-scan-action@master
|
||||||
with:
|
with:
|
||||||
pollingTimeoutSec: 600
|
pollingTimeoutSec: 600
|
||||||
|
args: >
|
||||||
|
-Dsonar.projectKey=${{ secrets.SONARQUBE_HOST }}
|
||||||
|
-Dsonar.verbose=true
|
||||||
env:
|
env:
|
||||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue