diff --git a/.github/workflows/sonar_weekly_scan.yml b/.github/workflows/sonar_weekly_scan.yml new file mode 100644 index 0000000..7e57afb --- /dev/null +++ b/.github/workflows/sonar_weekly_scan.yml @@ -0,0 +1,17 @@ + +name: 'Quality Checks' + +on: + pull_request: + types: + - opened + - edited + - reopened + - ready_for_review + - synchronize + branches: ['master'] + +jobs: + sonarqube: + uses: kenshoo/actions/.github/workflows/sonar_scan.yml@master + secrets: inherit