Skip to content

Commit

Permalink
Create sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Remus authored Nov 6, 2023
1 parent 6be38c0 commit 714c878
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: SonarQube CI
on: push
jobs:
sonarQubeTrigger:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: SonarQube Scan
uses: kitabisa/[email protected]
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}

0 comments on commit 714c878

Please sign in to comment.