Files
KVS-Key-Server/.gitea/workflows/sonarqube.yaml
T
emily 4da1ed7cd4
SonarQube Scan / SonarQube Trigger (push) Failing after 23s
added sonarqube
2026-04-13 01:04:02 +02:00

27 lines
656 B
YAML

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
with:
args: >
-Dsonar.projectKey=Teamspeak-Banner