mirror of
https://gitlab.com/components/sast.git
synced 2025-07-03 00:38:29 +02:00
Compare commits
1 commit
e0d30c4a71
...
9e2d2f3af1
Author | SHA1 | Date | |
---|---|---|---|
|
9e2d2f3af1 |
1 changed files with 2 additions and 9 deletions
|
@ -5,7 +5,7 @@ spec:
|
|||
image_prefix:
|
||||
default: "$CI_TEMPLATE_REGISTRY_HOST/security-products"
|
||||
image_tag:
|
||||
default: '6'
|
||||
default: '5'
|
||||
image_suffix:
|
||||
default: ""
|
||||
excluded_analyzers:
|
||||
|
@ -53,15 +53,8 @@ gitlab-advanced-sast:
|
|||
image:
|
||||
name: "$[[ inputs.image_prefix ]]/gitlab-advanced-sast:${SAST_ANALYZER_IMAGE_TAG}$[[ inputs.image_suffix ]]"
|
||||
variables:
|
||||
FF_GLAS_ENABLE_PHP_SUPPORT: 'true'
|
||||
SAST_ANALYZER_IMAGE_TAG: 2
|
||||
SAST_ANALYZER_IMAGE_TAG: 1
|
||||
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