Skip to content

Commit

Permalink
Add sonarqube workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
EH-Hermes committed Sep 14, 2023
1 parent 04630c1 commit 97b1c81
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sonarqube-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file is generate automatically by a platform tool
# to schedule a sonarqube scan for the repo
# You can modify the schedule/events to fit your repo
name: sonarqube-scan

on:
create:
branches:
- sonarqube/config
jobs:
sonarqubeScan:
uses: thinkei/eh-workflows/.github/workflows/sonarqube-scan.yml@sonarqube/test
secrets: inherit

0 comments on commit 97b1c81

Please sign in to comment.