Compare commits

..

No commits in common. "5758da069670c9fb45f981965b5b2812e66b4c37" and "7f7984b96d9a7ea2969f35141e0fd9d9bcd9d94c" have entirely different histories.

View file

@ -55,12 +55,6 @@ gitlab-advanced-sast:
variables:
SAST_ANALYZER_IMAGE_TAG: 2
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