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
|
# continue-on-error: true
|
||||||
# env:
|
# env:
|
||||||
# CI: true
|
# 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
|
- name: Build site
|
||||||
env:
|
env:
|
||||||
NITRO_PRESET: node_cluster
|
NITRO_PRESET: node_cluster
|
||||||
|
|
@ -45,11 +50,6 @@ jobs:
|
||||||
path: .output/
|
path: .output/
|
||||||
overwrite: true
|
overwrite: true
|
||||||
include-hidden-files: true
|
include-hidden-files: true
|
||||||
#- name: SonarQube Scan
|
|
||||||
# uses: SonarSource/sonarqube-scan-action@v6
|
|
||||||
# env:
|
|
||||||
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
|
||||||
#
|
|
||||||
docker-work:
|
docker-work:
|
||||||
name: Docker stuff
|
name: Docker stuff
|
||||||
needs: sonarqube
|
needs: sonarqube
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
sonar.projectKey=lburcusel_glowing-fiesta
|
# sonar.projectKey=lburcusel_glowing-fiesta
|
||||||
sonar.organization=lburcusel
|
# sonar.organization=lburcusel
|
||||||
|
sonar.projectKey=GF
|
||||||
|
|
||||||
sonar.projectName=Glowing Fiesta
|
sonar.projectName=Glowing Fiesta
|
||||||
sonar.projectVersion=1.0.0
|
sonar.projectVersion=1.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue