Skip to content

Commit

Permalink
configure sonarcloud action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Oct 22, 2023
1 parent 8587eaa commit 3bb79ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
test-report.out
coverage.out
golangci-lint.out
- name: SonarCloud scan
uses: SonarSource/sonarcloud-github-action@master
if: ${{ always() }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}


docker-build:
Expand Down

0 comments on commit 3bb79ad

Please sign in to comment.