Commit c94e20d6 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière Committed by Sean McGivern

Do not ignore DEPENDENCY_SCANNING_DISABLED if DS_DISABLE_DIND is set

parent 9293becb
---
title: Check both DEPENDENCY_SCANNING_DISABLED and DS_DISABLE_DIND when executing Dependency Scanning job template
merge_request: 22172
author:
type: fixed
......@@ -77,6 +77,7 @@ dependency_scanning:
services: []
except:
variables:
- $DEPENDENCY_SCANNING_DISABLED
- $DS_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