From 58a1e109cecf191dcc30c0d001100954e4eba965 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Wed, 20 Jul 2022 08:54:22 +0200 Subject: [PATCH] Trying sonar. --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index ee1eb22..3da45bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,14 @@ kind: pipeline type: docker steps: + - name: code-analysis + image: aosapps/drone-sonar-plugin + settings: + sonar_host: + from_secret: sonar_host + sonar_token: + from_secret: sonar_token + - name: build image: node:14 commands: