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