Skip to content

ThingsO2/sonarqube-quality-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sonar Action Quality Checked

The action retrieves the current analysis of the project and breaks the execution in case of Quality Gate Status is not Passsed.

Action input parameters

Parameter Description required default
token SonarQube login token yes
url SonarQube server url yes
report-path Generated Report txt path false ./target/sonar/report-task.txt

Sample Configuration

  steps:
    - uses: thingso2/sonarqube-quality-github-action@<version>
      with:
        url: ${{ secrets.SONARQUBE_HOST }}
        token: ${{ secrets.SONARQUBE_TOKEN }}

About

Github Action by Sonarqube Quality proyects

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5