Skip to content

SonarQube

SonarQube #203

Workflow file for this run

name: SonarQube
on:
#disabled until fixed
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
schedule:
- cron: '43 15 * * 3'
jobs:
sonarQubeTrigger:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: SonarQube Scan
uses: kitabisa/[email protected]
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}