Commit 392ef6b9 authored by Zach Rice's avatar Zach Rice Committed by Shinya Maeda

Set search max depth to 4 in sast template

parent 7ccd1d1b
---
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