Files
sonarscantest/.gitea/workflows/sonar.yml
Rajendra Reddy b95bf55bb1
Some checks failed
CI-Testsonar-1 / sonar (push) Failing after 1m19s
Update .gitea/workflows/sonar.yml
2026-04-06 11:13:54 +00:00

16 lines
430 B
YAML

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