Files
sonarscantest/.gitea/workflows/sonar.yml
Rajendra Reddy 879c9afd80
Some checks failed
CI / sonar (push) Failing after 0s
SonarQube Quality Gate / SonarQube Scan (push) Has been cancelled
Add .gitea/workflows/sonar.yml
2026-04-06 02:17:10 +00:00

15 lines
342 B
YAML

name: CI
on:
push:
branches: [main, testing]
pull_request:
branches: [main, testing]
jobs:
sonar:
uses: your-org/ci-workflows/.gitea/workflows/sonarqube.yml@main
secrets:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}