Skip to content
Snippets Groups Projects

SAST_EXCLUDED_PATHS

Open Pierre Augier requested to merge topic/default/SAST_EXCLUDED_PATHS into branch/default
Files
2
+ 1
1
@@ -18,7 +18,7 @@
- template: Security/SAST.gitlab-ci.yml
variables:
SAST_EXCLUDED_PATHS: tests
SAST_EXCLUDED_PATHS: "tests, dev, doc, .pytest_cache, .hg"
cache:
# Required to keep artifacts from old builds, e.g. from default
Loading