From 0269f5d833017edda429c70e2cf3f181a48e0251 Mon Sep 17 00:00:00 2001 From: Cedric Buissart Date: Wed, 11 Oct 2023 09:21:43 +0200 Subject: [PATCH] [defectdojo] adding ssl option in long template (#146) --- config/config-template-zap-long.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config-template-zap-long.yaml b/config/config-template-zap-long.yaml index b417c273..17ce0f08 100644 --- a/config/config-template-zap-long.yaml +++ b/config/config-template-zap-long.yaml @@ -22,6 +22,8 @@ config: # (Optional) configure to export scan results to OWASP Defect Dojo defectDojo: url: "https://mydefectdojo.example.com/" + # ssl: True|False|/path/to/CA/bundle (default: True). for SSL verification + ssl: True authorization: username: "rapidast" password: "password"