mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 15:38:29 +02:00
Fix input types
This commit is contained in:
parent
85795eaed6
commit
3f7a876f43
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue