mirror of
https://gitlab.com/components/sast.git
synced 2025-07-03 00:38:29 +02:00
Compare commits
2 commits
fb90f914d7
...
7626afb520
Author | SHA1 | Date | |
---|---|---|---|
|
7626afb520 | ||
|
f09ec4e3de |
1 changed files with 4 additions and 6 deletions
|
@ -8,15 +8,13 @@ spec:
|
||||||
excluded_paths:
|
excluded_paths:
|
||||||
default: "spec, test, tests, tmp"
|
default: "spec, test, tests, tmp"
|
||||||
excluded_analyzers:
|
excluded_analyzers:
|
||||||
default ""
|
|
||||||
image_prefix:
|
|
||||||
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
|
|
||||||
image_suffix:
|
|
||||||
default: ""
|
default: ""
|
||||||
|
analyzer_image:
|
||||||
|
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue