Sonar
All checks were successful
Sonar / SonarQube (push) Successful in 1m15s
Sonar / Docker stuff (push) Successful in 8s

This commit is contained in:
Liviu Burcusel 2025-12-14 15:46:06 +01:00
parent 40870c63a1
commit bff0bed763
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -35,7 +35,7 @@ jobs:
# env: # env:
# CI: true # CI: true
- name: SonarQube Scan - name: SonarQube Scan
uses: github.com/SonarSource/sonarqube-scan-action@v6 uses: https://github.com/SonarSource/sonarqube-scan-action@v6
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 }}