image tag to 6 and replacing image prefix/suffix with simple image

This commit is contained in:
Rob Jackson 2025-05-14 08:45:50 -04:00
parent f09ec4e3de
commit 7626afb520

View file

@ -9,14 +9,12 @@ spec:
default: "spec, test, tests, tmp" default: "spec, test, tests, tmp"
excluded_analyzers: excluded_analyzers:
default: "" default: ""
image_prefix: analyzer_image:
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products" default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
image_suffix:
default: ""
search_max_depth: search_max_depth:
default: 4 default: 4
image_tag: image_tag:
default: 5 default: 6
--- ---
iac-sast: iac-sast:
@ -38,7 +36,7 @@ iac-sast:
kics-iac-sast: kics-iac-sast:
extends: iac-sast extends: iac-sast
image: image:
name: "$[[ inputs.image_prefix ]]/kics:$[[ inputs.image_tag ]]$[[ inputs.image_suffix ]]" name: "$[[ inputs.analyzer_image ]]/kics:$[[ inputs.image_tag ]]"
rules: rules:
- if: $SAST_DISABLED == 'true' || $SAST_DISABLED == '1' - if: $SAST_DISABLED == 'true' || $SAST_DISABLED == '1'
when: never when: never