added sonar

This commit is contained in:
Kevsl 2024-09-16 15:43:00 +02:00
parent f739b46a22
commit b4acd36c31

View File

@ -49,7 +49,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: SonarQube Scan - name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@<action version> uses: sonarsource/sonarqube-scan-action@v2.0.1
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}