Sonar
This commit is contained in:
parent
b02a2197ab
commit
cc0182aaf3
2 changed files with 8 additions and 7 deletions
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue