Commit b7d998e1 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch '208715-bump-tslint-search-depth' into 'master'

Set search max depth to 4 in sast template

Closes #208715

See merge request gitlab-org/gitlab!29732
parents 009a33aa 392ef6b9
---
title: Bump max search depth from 2 to 4 when looking for files SAST analyzers can handle
merge_request: 29732
author:
type: fixed
......@@ -24,6 +24,7 @@ sast:
- $GITLAB_FEATURES =~ /\bsast\b/
image: docker:stable
variables:
SEARCH_MAX_DEPTH: 4
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
services:
......
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