From 3219396f35a4a28f1791daef22045ff4a51d4153 Mon Sep 17 00:00:00 2001 From: Flook Date: Sat, 1 Feb 2025 04:34:17 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=94=E0=B8=AA=E0=B8=AD=E0=B8=9A?= =?UTF-8?q?=20DevSecOps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 47165bd..0a0fea5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,8 @@ steps: SONAR_TOKEN: from_secret: SCANNER_TOKEN commands: + - mkdir -p /drone/src/.scannerwork + - chmod -R 777 /drone/src/.scannerwork - sonar-scanner -Dsonar.projectKey=gitea_opengis -Dsonar.login=$SONAR_LOGIN -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.token=$SONAR_TOKEN - name: Deploy to Server