Update .forgejo/workflows/sonar.yml
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 8s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 8s
This commit is contained in:
parent
838c8a5336
commit
a1a298383e
1 changed files with 4 additions and 5 deletions
|
@ -18,9 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: SonarQube Scan
|
- name: "SonarQube Quality gate"
|
||||||
uses: https://github.com/kitabisa/sonarqube-action@v1.2.0
|
uses: sonarsource/sonarqube-quality-gate-action@master
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SONARQUBE_HOST }}
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
projectKey: ${{ secrets.SONARQUBE_PROJECT_KEY }}
|
|
Loading…
Add table
Reference in a new issue