Manual Sonar scan (non-sqbot).

This commit is contained in:
2024-12-06 11:18:33 -05:00
parent 30956efa74
commit ca8e5b755f
+12 -12
View File
@@ -16,19 +16,19 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
# - name: SonarQube Scan - name: SonarQube Scan
# id: sonarqube-scan id: 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
# uses: SonarSource/sonarqube-quality-gate-action@v1.1.0 uses: SonarSource/sonarqube-quality-gate-action@v1.1.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 }}
docker-compose-dry-run: docker-compose-dry-run:
name: Dry Run Docker Compose name: Dry Run Docker Compose