From 95756522028148135d8db66dbf6bd0a9837d2e66 Mon Sep 17 00:00:00 2001
From: Bertrand Goareguer <bertrand.goareguer@gmail.com>
Date: Wed, 12 Oct 2022 16:43:00 +0000
Subject: [PATCH] doc(kicker): DOCKER_TRIVY_ADDR not be mandatory

---
 kicker.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kicker.json b/kicker.json
index c54ca13..df8d72d 100644
--- a/kicker.json
+++ b/kicker.json
@@ -158,8 +158,7 @@
         {
           "name": "DOCKER_TRIVY_ADDR",
           "type": "url",
-          "description": "The Trivy server address",
-          "mandatory": true
+          "description": "The Trivy server address"
         },
         {
           "name": "DOCKER_TRIVY_SECURITY_LEVEL_THRESHOLD",
-- 
GitLab