From 3f7a876f4346575d20965ba217141cad6861c098 Mon Sep 17 00:00:00 2001 From: Fabio Pitino Date: Wed, 3 May 2023 17:05:55 +0100 Subject: [PATCH] Fix input types --- template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.yml b/template.yml index 7a044c3..a667b56 100644 --- a/template.yml +++ b/template.yml @@ -5,7 +5,7 @@ spec: image_prefix: default: "$CI_TEMPLATE_REGISTRY_HOST/security-products" image_tag: - default: 3 + default: '3' image_suffix: default: "" excluded_analyzers: @@ -13,7 +13,7 @@ spec: excluded_paths: default: "spec, test, tests, tmp" search_max_depth: - default: 4 + default: '4' run_kubesec_sast: default: 'false' include_experimental: