Sonar
Some checks failed
Sonar / SonarQube (push) Failing after 1s
Sonar / Docker stuff (push) Has been skipped

This commit is contained in:
Liviu Burcusel 2025-12-14 15:40:25 +01:00
parent b02a2197ab
commit cc0182aaf3
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
2 changed files with 8 additions and 7 deletions

View file

@ -34,6 +34,11 @@ jobs:
# continue-on-error: true
# env:
# CI: true
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
- name: Build site
env:
NITRO_PRESET: node_cluster
@ -45,11 +50,6 @@ jobs:
path: .output/
overwrite: true
include-hidden-files: true
#- name: SonarQube Scan
# uses: SonarSource/sonarqube-scan-action@v6
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
#
docker-work:
name: Docker stuff
needs: sonarqube

View file

@ -1,5 +1,6 @@
sonar.projectKey=lburcusel_glowing-fiesta
sonar.organization=lburcusel
# sonar.projectKey=lburcusel_glowing-fiesta
# sonar.organization=lburcusel
sonar.projectKey=GF
sonar.projectName=Glowing Fiesta
sonar.projectVersion=1.0.0