From 51cd9b7edff4ecf8a4265c9c445a61d305dfd2ee Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 10 May 2022 15:22:41 +0200 Subject: [PATCH] Add sonarqube CI step --- .drone.yml | 6 ++++++ .gitignore | 1 + 2 files changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 575b14ccc..791266bda 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,9 @@ steps: image: php:8 commands: - vendor/bin/simple-phpunit + +- name: sonarqube + image: aosapps/drone-sonar-plugin + settings: + sonar_host: http://sq.hugot.nl + sonar_token: ea716ce5c8240a7cb43298d86158ea654b0ea85f diff --git a/.gitignore b/.gitignore index 3db374fdf..63f8737df 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ phpunit.xml Vagrantfile .idea .php-cs-fixer.cache +.scannerwork