Fix input types

This commit is contained in:
Fabio Pitino 2023-05-03 17:05:55 +01:00
parent 85795eaed6
commit 3f7a876f43

View file

@ -5,7 +5,7 @@ spec:
image_prefix: image_prefix:
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products" default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
image_tag: image_tag:
default: 3 default: '3'
image_suffix: image_suffix:
default: "" default: ""
excluded_analyzers: excluded_analyzers:
@ -13,7 +13,7 @@ spec:
excluded_paths: excluded_paths:
default: "spec, test, tests, tmp" default: "spec, test, tests, tmp"
search_max_depth: search_max_depth:
default: 4 default: '4'
run_kubesec_sast: run_kubesec_sast:
default: 'false' default: 'false'
include_experimental: include_experimental: