From 655a20158f42852366ee3707d4e8b4027b5216e3 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 11 Oct 2022 17:19:24 +0200 Subject: [PATCH] ci: disallow use of 'insecure ciphers' --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 002ba7f..598bcb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,7 @@ steps: from_secret: ssh-key port: 22 command_timeout: 13m + use_insecure_cipher: false script: # giteaupdater updates to latest available # commit unless $1 specifies otherwise.