Commit dade60a8 authored by Sean McGivern's avatar Sean McGivern

Merge branch...

Merge branch '119431-dependancy-scanning-ignores-dependency_scanning_disabled-if-ds_disable_dind-is-set' into 'master'

Do not ignore DEPENDENCY_SCANNING_DISABLED if DS_DISABLE_DIND is set

See merge request gitlab-org/gitlab!22172
parents 9293becb c94e20d6
---
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: ...@@ -77,6 +77,7 @@ dependency_scanning:
services: [] services: []
except: except:
variables: variables:
- $DEPENDENCY_SCANNING_DISABLED
- $DS_DISABLE_DIND == 'false' - $DS_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