From 0b07cc6173955bd8a70a0b8db447e7e73e4b520d Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Sat, 4 Jan 2025 13:18:05 +0100 Subject: [PATCH] Ajout du pipeline complet pour tests --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index bd6b15a..0ce9557 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,3 +41,4 @@ steps: commands: - pip install bandit - bandit -r . +