Disable self-hosted SQ

This commit is contained in:
2022-08-13 21:28:45 +01:00
parent a0405bc37c
commit 460c2825f6
2 changed files with 11 additions and 11 deletions

View File

@ -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 }}

View File

@ -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