From bd065730a28831f4fbdaf2d9882dcaf6cb9dbd99 Mon Sep 17 00:00:00 2001 From: dohodin Date: Wed, 4 Oct 2023 11:24:59 +0200 Subject: [PATCH] add starlark file --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index e5af9a1..1a34892 100644 --- a/.drone.star +++ b/.drone.star @@ -29,7 +29,7 @@ def main(ctx): "name": "code-inspection", "image": "hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7", "settings":[ - "sonar_host": "https://codefirst.iut.uca.fr/sonar/" + "sonar_host": "https://codefirst.iut.uca.fr/sonar/", "sonar_token":[ "from_secret": "SECRET_SONAR_LOGIN" ]