mirror of
https://gitlab.com/components/sast.git
synced 2025-07-04 01:08:28 +02:00
Compare commits
1 commit
5b9c48031d
...
4972573d13
Author | SHA1 | Date | |
---|---|---|---|
|
4972573d13 |
1 changed files with 6 additions and 4 deletions
|
@ -8,13 +8,15 @@ spec:
|
|||
excluded_paths:
|
||||
default: "spec, test, tests, tmp"
|
||||
excluded_analyzers:
|
||||
default: ""
|
||||
analyzer_image:
|
||||
default ""
|
||||
image_prefix:
|
||||
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
|
||||
image_suffix:
|
||||
default: ""
|
||||
search_max_depth:
|
||||
default: 4
|
||||
image_tag:
|
||||
default: 6
|
||||
default: 5
|
||||
|
||||
---
|
||||
iac-sast:
|
||||
|
@ -36,7 +38,7 @@ iac-sast:
|
|||
kics-iac-sast:
|
||||
extends: iac-sast
|
||||
image:
|
||||
name: "$[[ inputs.analyzer_image ]]/kics:$[[ inputs.image_tag ]]"
|
||||
name: "$[[ inputs.image_prefix ]]/kics:$[[ inputs.image_tag ]]$[[ inputs.image_suffix ]]"
|
||||
rules:
|
||||
- if: $SAST_DISABLED == 'true' || $SAST_DISABLED == '1'
|
||||
when: never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue