From 47370fba50457d2a05ce3823cae895f130c7325d Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Fri, 22 Sep 2023 16:30:00 +0200 Subject: [PATCH] Fix template for easier parsing (#157) Signed-off-by: Sergio Arroutbi --- tools/scan_tools/tang_operator_template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/scan_tools/tang_operator_template.yaml b/tools/scan_tools/tang_operator_template.yaml index a614daa3..23babe36 100644 --- a/tools/scan_tools/tang_operator_template.yaml +++ b/tools/scan_tools/tang_operator_template.yaml @@ -9,7 +9,7 @@ config: # `application` contains data related to the application, not to the scans. application: shortName: "tangservers" - url: "https://API_HOST_HERE:API_PORT_HERE/apis/daemons.redhat.com/v1alpha1" + url: "API_HOST_PORT_HERE" # `general` is a section that will be applied to all scanners. general: @@ -32,7 +32,7 @@ scanners: # define a scan through the ZAP scanner apiScan: apis: - apiUrl: "https://API_HOST_HERE:API_PORT_HERE/openapi/v3/apis/daemons.redhat.com/v1alpha1" + apiUrl: "API_HOST_PORT_HERE/openapi/v3/apis/daemons.redhat.com/v1alpha1" passiveScan: # optional list of passive rules to disable