Update .gitea/workflows/sonarqube.yml
SonarQube Analysis / sonarqube (push) Successful in 4m6s

This commit is contained in:
2026-05-15 16:46:48 -05:00
parent db1d5eec7d
commit ae98e51381
+2 -2
View File
@@ -47,7 +47,7 @@ jobs:
dotnet sonarscanner begin \
/k:"sql-utilities" \
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.login="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.exclusions="**/bin/**,**/obj/**" \
/d:sonar.verbose=true
@@ -73,4 +73,4 @@ jobs:
"${{ secrets.SONAR_HOST_URL }}/api/plugins/installed" | tail -2
- name: 9. SonarScanner End
run: dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"