Skip to content

Add support for new customer organization fields #4

Add support for new customer organization fields

Add support for new customer organization fields #4

name: SonarQube Analysis
on:
pull_request:
push:
branches: ["**"]
jobs:
build:
name: Run SonarQube Analysis
runs-on: self-hosted
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
- name: SonarQube Quality Gate check
id: sonarqube-quality-gate-check
uses: sonarsource/[email protected]
with:
pollingTimeoutSec: 600
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}