mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +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
|
||||
SCAN_METRICS_FILE: scan_metrics.csv
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_SLUG-scan-metrics"
|
||||
key: "scan-metrics-$CI_COMMIT_REF_SLUG"
|
||||
fallback_keys:
|
||||
- "scan-metrics-$CI_DEFAULT_BRANCH"
|
||||
paths:
|
||||
- "$SCAN_METRICS_FILE"
|
||||
rules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue