Files
sonarscantest/.gitea/workflows/sonar.yml
Rajendra Reddy 7fb3b72ca7
Some checks failed
CI-Testsonar / sonar (push) Failing after 1m14s
Update .gitea/workflows/sonar.yml
2026-04-06 07:52:04 +00:00

16 lines
428 B
YAML

name: CI-Testsonar
on:
push:
branches: [main, testing]
pull_request:
branches: [main, testing]
jobs:
sonar:
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/qualitytest.yml@main
with:
project_key: ${{ gitea.event.repository.name }}
secrets:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}