From 54d6c5ed80a9b67e6a93771410fea2d2c003198b Mon Sep 17 00:00:00 2001 From: pberr Date: Mon, 5 Oct 2020 15:14:18 +0200 Subject: [PATCH] Add sonar code analisys drone step --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2add307..6ecc041 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,14 @@ type: docker name: default steps: +- name: code-analysis + image: aosapps/drone-sonar-plugin + settings: + sonar_host: https://sonar.hatthieves.es + sonar_token: + from_secret: sonar_token + sources: ./lib + - name: Build Ubuntu deb package image: ubuntu volumes: