Removed SonarQube scan action (custom Gitea action already covers the scan.)
This commit is contained in:
@@ -17,11 +17,11 @@ jobs:
|
|||||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: SonarQube Scan
|
# - name: SonarQube Scan
|
||||||
uses: SonarSource/sonarqube-scan-action@v4.0.0
|
# uses: SonarSource/sonarqube-scan-action@v4.0.0
|
||||||
env:
|
# env:
|
||||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
# SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
# SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
|
||||||
- name: SonarQube Quality Gate Check
|
- name: SonarQube Quality Gate Check
|
||||||
id: quality-gate
|
id: quality-gate
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
gitea_server_url: ${{ secrets.RINOA_GITEA_SERVER }}
|
gitea_server_url: ${{ secrets.RINOA_GITEA_SERVER }}
|
||||||
gitea_token: ${{ secrets.BOT_GITEA_TOKEN }}
|
gitea_token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
project_key: rinoa-docker
|
project_key: rinoa-docker
|
||||||
pull_request_id: ${{ github.event.pull_request.number }}
|
pull_request_id: ${{ gitea.event.pull_request.number }}
|
||||||
|
|
||||||
# - name: SonarQube Pull Request Comment
|
# - name: SonarQube Pull Request Comment
|
||||||
# if: always()
|
# if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user