mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Improve cache
This commit is contained in:
parent
c6ea9d4f34
commit
4ea446f709
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ gitlab-advanced-sast:
|
||||||
SEARCH_MAX_DEPTH: 20
|
SEARCH_MAX_DEPTH: 20
|
||||||
SCAN_METRICS_FILE: scan_metrics.csv
|
SCAN_METRICS_FILE: scan_metrics.csv
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_COMMIT_REF_SLUG-scan-metrics"
|
key: "scan-metrics-$CI_COMMIT_REF_SLUG"
|
||||||
|
fallback_keys:
|
||||||
|
- "scan-metrics-$CI_DEFAULT_BRANCH"
|
||||||
paths:
|
paths:
|
||||||
- "$SCAN_METRICS_FILE"
|
- "$SCAN_METRICS_FILE"
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue