Commit 30e6db20 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch '249569-update-ds-docs-customization-instructions' into 'master'

Update instructions for customizing DS

See merge request gitlab-org/gitlab!49831
parents bcdb790d 8fd3653b
......@@ -141,6 +141,16 @@ gemnasium-dependency_scanning:
DS_REMEDIATE: "false"
```
To override the `dependencies: []` attribute, add an override job as above, targeting this attribute:
```yaml
include:
- template: Dependency-Scanning.gitlab-ci.yml
gemnasium-dependency_scanning:
dependencies: ["build"]
```
### Available variables
Dependency scanning can be [configured](#customizing-the-dependency-scanning-settings)
......
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