mirror of
https://gitlab.com/components/sast.git
synced 2025-07-04 09:18:28 +02:00
Compare commits
1 commit
4972573d13
...
e22c7ba409
Author | SHA1 | Date | |
---|---|---|---|
|
e22c7ba409 |
1 changed files with 2 additions and 8 deletions
|
@ -5,7 +5,7 @@ spec:
|
||||||
image_prefix:
|
image_prefix:
|
||||||
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
|
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
|
||||||
image_tag:
|
image_tag:
|
||||||
default: '6'
|
default: '5'
|
||||||
image_suffix:
|
image_suffix:
|
||||||
default: ""
|
default: ""
|
||||||
excluded_analyzers:
|
excluded_analyzers:
|
||||||
|
@ -53,14 +53,8 @@ gitlab-advanced-sast:
|
||||||
image:
|
image:
|
||||||
name: "$[[ inputs.image_prefix ]]/gitlab-advanced-sast:${SAST_ANALYZER_IMAGE_TAG}$[[ inputs.image_suffix ]]"
|
name: "$[[ inputs.image_prefix ]]/gitlab-advanced-sast:${SAST_ANALYZER_IMAGE_TAG}$[[ inputs.image_suffix ]]"
|
||||||
variables:
|
variables:
|
||||||
SAST_ANALYZER_IMAGE_TAG: 2
|
SAST_ANALYZER_IMAGE_TAG: 1
|
||||||
SEARCH_MAX_DEPTH: 20
|
SEARCH_MAX_DEPTH: 20
|
||||||
cache:
|
|
||||||
key: "scan-metrics-$CI_COMMIT_REF_SLUG"
|
|
||||||
fallback_keys:
|
|
||||||
- "scan-metrics-$CI_DEFAULT_BRANCH"
|
|
||||||
paths:
|
|
||||||
- "scan_metrics.csv"
|
|
||||||
rules:
|
rules:
|
||||||
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /gitlab-advanced-sast/'
|
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /gitlab-advanced-sast/'
|
||||||
when: never
|
when: never
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue