Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

remove redundant token #5

remove redundant token

remove redundant token #5

Workflow file for this run

name: Scan
on:
push:
branches:
- main
- v1-docker
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}