Skip to content

Commit

Permalink
add sonar quality gate back
Browse files Browse the repository at this point in the history
  • Loading branch information
alichherawalla authored Apr 9, 2024
1 parent b7f5eb3 commit b22064d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go-template-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

- uses: sonarsource/sonarqube-quality-gate-action@master
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

golangci-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b22064d

Please sign in to comment.