diff --git a/templates/iac-kics-sast.yml b/templates/iac-kics-sast.yml index d570851..3835b33 100644 --- a/templates/iac-kics-sast.yml +++ b/templates/iac-kics-sast.yml @@ -8,15 +8,13 @@ spec: excluded_paths: default: "spec, test, tests, tmp" excluded_analyzers: - default "" - image_prefix: - default: "$CI_TEMPLATE_REGISTRY_HOST/security-products" - image_suffix: default: "" + analyzer_image: + default: "$CI_TEMPLATE_REGISTRY_HOST/security-products" search_max_depth: default: 4 image_tag: - default: 5 + default: 6 --- iac-sast: @@ -38,7 +36,7 @@ iac-sast: kics-iac-sast: extends: iac-sast image: - name: "$[[ inputs.image_prefix ]]/kics:$[[ inputs.image_tag ]]$[[ inputs.image_suffix ]]" + name: "$[[ inputs.analyzer_image ]]/kics:$[[ inputs.image_tag ]]" rules: - if: $SAST_DISABLED == 'true' || $SAST_DISABLED == '1' when: never