mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Set path as "scan_metrics.csv"
This commit is contained in:
parent
4ea446f709
commit
8c5526b0f4
1 changed files with 1 additions and 2 deletions
|
@ -55,13 +55,12 @@ gitlab-advanced-sast:
|
||||||
variables:
|
variables:
|
||||||
SAST_ANALYZER_IMAGE_TAG: 1
|
SAST_ANALYZER_IMAGE_TAG: 1
|
||||||
SEARCH_MAX_DEPTH: 20
|
SEARCH_MAX_DEPTH: 20
|
||||||
SCAN_METRICS_FILE: scan_metrics.csv
|
|
||||||
cache:
|
cache:
|
||||||
key: "scan-metrics-$CI_COMMIT_REF_SLUG"
|
key: "scan-metrics-$CI_COMMIT_REF_SLUG"
|
||||||
fallback_keys:
|
fallback_keys:
|
||||||
- "scan-metrics-$CI_DEFAULT_BRANCH"
|
- "scan-metrics-$CI_DEFAULT_BRANCH"
|
||||||
paths:
|
paths:
|
||||||
- "$SCAN_METRICS_FILE"
|
- "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