mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28: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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue