From 486dbc4d8e3c0822cbf7c05b6b9853a0358adab7 Mon Sep 17 00:00:00 2001 From: To-om Date: Tue, 6 Mar 2018 10:55:03 +0100 Subject: [PATCH] #172 Make parameter ca_path not required for Nessus analyzer --- analyzers/Nessus/Nessus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzers/Nessus/Nessus.json b/analyzers/Nessus/Nessus.json index 5abf79ffb..038bdc03f 100644 --- a/analyzers/Nessus/Nessus.json +++ b/analyzers/Nessus/Nessus.json @@ -42,7 +42,7 @@ "description": "Define the path to the Nessus CA", "type": "string", "multi": false, - "required": true + "required": false }, { "name": "allowed_network",