mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Test GLAS multicore
This commit is contained in:
parent
6666b112b4
commit
446d4146f5
1 changed files with 14 additions and 0 deletions
|
@ -55,6 +55,20 @@ 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:
|
||||||
|
key: "$CI_COMMIT_REF_SLUG-scan-metrics"
|
||||||
|
paths:
|
||||||
|
- "$SCAN_METRICS_FILE"
|
||||||
|
policy: pull-push
|
||||||
|
artifacts:
|
||||||
|
access: 'developer'
|
||||||
|
reports:
|
||||||
|
sast: gl-sast-report.json
|
||||||
|
paths:
|
||||||
|
- "$SCAN_METRICS_FILE"
|
||||||
|
when: always
|
||||||
|
expire_in: 7 days
|
||||||
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