mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Compare commits
2 commits
3b5711ac1e
...
9c3961f45b
Author | SHA1 | Date | |
---|---|---|---|
|
9c3961f45b | ||
|
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