Skip to content

f2calv/gha-sonarqube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: SonarQube Analysis

steps:

- uses: f2calv/gha-sonarqube@v1
  with:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
    BuildConfiguration: Release

Inputs

  • GITHUB_TOKEN
  • SONAR_TOKEN - this is optional, if the token isn't passed in then the action will post a warning but continue to completion.
  • BuildConfiguration, Debug or Release