diff --git a/.github/workflows/sonarqube-scan.yaml b/.github/workflows/sonarqube-scan.yaml new file mode 100644 index 0000000..21c8dd1 --- /dev/null +++ b/.github/workflows/sonarqube-scan.yaml @@ -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