Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshb003 authored May 29, 2024
1 parent 31852a7 commit d1836b8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Sonarqube WF

on:
push:
branches: [ "master" ]
jobs:
sonar:
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]
runs-on: ubuntu-latest
steps:
- name: SonarScanner for .NET 5 with pull request decoration support
uses: highbyte/[email protected]
with:
# The key of the SonarQube project
sonarProjectKey: text-summarizer
# The name of the SonarQube project
sonarProjectName: text-summarizer
sonarProjectName: text-summarizer
# The SonarQube server URL. For SonarCloud, skip this setting.
sonarHostname: http://20.106.208.220:9000
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
sonarHostname: "http://20.106.208.220:9000"
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d1836b8

Please sign in to comment.