Difference between revisions of "Sonarqube.yml"
Jump to navigation
Jump to search
(Created page with " name: Run Sonarqube on: push: branches: - main jobs: build: name: Run SonarQube runs-on: ubuntu-latest steps: - uses: actions/ch...") |
|||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
name: Run Sonarqube | name: Run Sonarqube | ||
on: | on: | ||
Line 19: | Line 20: | ||
args: > | args: > | ||
-Dsonar.verbose=true | -Dsonar.verbose=true | ||
+ | |||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{SonarQube}} |
Latest revision as of 14:07, 12 April 2023
name: Run Sonarqube on: push: branches: - main jobs: build: name: Run SonarQube runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: $Template:Secrets.SONAR TOKEN SONAR_HOST_URL: $Template:Secrets.SONAR HOST URL with: args: > -Dsonar.verbose=true
See also[edit]
Advertising: