chore(ci): enable SonarQube #441

Merged
luke merged 4 commits from luke-patch-1 into main 2026-04-17 18:03:16 +00:00
Showing only changes of commit 5c54b92b83 - Show all commits

View File

@@ -62,7 +62,7 @@ jobs:
- name: SonarQube Scan - name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.1.0 uses: SonarSource/sonarqube-scan-action@v7.1.0
env: env:
SONAR_HOST_URL: ${{ secrets.SONAR_URL }} SONAR_HOST_URL: ${{ vars.SONAR_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: Set up environment for Snyk # - name: Set up environment for Snyk