Commit 8fd3653b authored by Igor Frenkel's avatar Igor Frenkel Committed by Russell Dickenson

Update instructions for customizing DS

parent 560748e9
...@@ -141,6 +141,16 @@ gemnasium-dependency_scanning: ...@@ -141,6 +141,16 @@ gemnasium-dependency_scanning:
DS_REMEDIATE: "false" 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 ### Available variables
Dependency scanning can be [configured](#customizing-the-dependency-scanning-settings) 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