Disable self-hosted SQ
This commit is contained in:
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -38,13 +38,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_CLOUD }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_CLOUD }}
|
||||||
- name: SonarQube Scan
|
# - name: SonarQube Scan
|
||||||
uses: sonarsource/sonarqube-scan-action@master
|
# uses: sonarsource/sonarqube-scan-action@master
|
||||||
env:
|
# env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
- name: SonarQube Quality Gate
|
# - name: SonarQube Quality Gate
|
||||||
uses: sonarsource/sonarqube-quality-gate-action@master
|
# uses: sonarsource/sonarqube-quality-gate-action@master
|
||||||
timeout-minutes: 5
|
# timeout-minutes: 5
|
||||||
env:
|
# env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
sonar.organization=luketainton
|
sonar.organization=luketainton
|
||||||
sonar.projectKey=luketainton_epage
|
sonar.projectKey=luketainton_epage
|
||||||
sonar.projectName=epage
|
sonar.projectName=epage
|
||||||
sonar.projectVersion=1.0
|
sonar.projectVersion=1.1
|
||||||
# sonar.projectKey=luketainton_epage_AYHpcqLKSbMjdyWLhHix
|
# sonar.projectKey=luketainton_epage_AYHpcqLKSbMjdyWLhHix
|
||||||
sonar.python.version=3.10
|
sonar.python.version=3.10
|
||||||
sonar.python.coverage.reportPaths=coverage.xml
|
sonar.python.coverage.reportPaths=coverage.xml
|
||||||
|
Reference in New Issue
Block a user