Commit a5c4ea30 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière Committed by Jan Provaznik

Check SAST_DISABLE when SAST_DISABLE_DIND is set

parent a5569d77
---
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: ...@@ -55,6 +55,7 @@ sast:
services: [] services: []
except: except:
variables: variables:
- $SAST_DISABLED
- $SAST_DISABLE_DIND == 'false' - $SAST_DISABLE_DIND == 'false'
script: script:
- /analyzer run - /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