ci: disallow use of 'insecure ciphers'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-10-11 17:19:24 +02:00
parent a9711580c2
commit 655a20158f
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -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.