Commit e575ab29 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'da-ignore-test-dirs-for-depscanning' into 'master'

Ignore test and docs folders in dependency scanning

See merge request gitlab-org/gitlab!23321
parents f1ec5c67 887df2c6
......@@ -142,6 +142,7 @@ dependency_scanning:
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
DS_EXCLUDED_PATHS: "qa/qa/ee/fixtures/secure_premade_reports,spec,ee/spec"
allow_failure: true
services:
- docker:stable-dind
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment