From 3dfdcdd15e0cbb49e1647b045ceb781a67324fb3 Mon Sep 17 00:00:00 2001 From: visoulier Date: Fri, 5 Apr 2024 13:43:53 +0200 Subject: [PATCH] ajout sonar php --- .drone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0e19a1f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: docker +name: ScienceQuestPhp + +trigger: + branch: + - php + event: + - push + +steps: + - name: code-analysis-php + image: aosapps/drone-sonar-plugin + settings: + sonar_host: + from_secret: sonar_host + sonar_token: + from_secret: sonar_sae_token \ No newline at end of file