Commit 17d4f2d7 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'plafoucriere-master-patch-99051' into 'master'

Check SAST_DISABLE when SAST_DISABLE_DIND is set

Closes #119345

See merge request gitlab-org/gitlab!22166
parents a5569d77 a5c4ea30
---
title: Check both SAST_DISABLE and SAST_DISABLE_DIND when executing SAST job template
merge_request: 22166
author:
type: fixed
......@@ -55,6 +55,7 @@ sast:
services: []
except:
variables:
- $SAST_DISABLED
- $SAST_DISABLE_DIND == 'false'
script:
- /analyzer run
......
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