Commit f2abe163 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'russell/dependency-scanning-add-requirement' into 'master'

Note that Dependency Scanning requires the test stage

See merge request gitlab-org/gitlab!77929
parents a25b1c41 73528f2a
...@@ -63,6 +63,9 @@ vulnerability. ...@@ -63,6 +63,9 @@ vulnerability.
## Requirements ## Requirements
Dependency Scanning runs in the `test` stage, which is available by default. If you redefine the
stages in the `.gitlab-ci.yml` file, the `test` stage is required.
To run dependency scanning jobs, by default, you need GitLab Runner with the To run dependency scanning jobs, by default, you need GitLab Runner with the
[`docker`](https://docs.gitlab.com/runner/executors/docker.html) or [`docker`](https://docs.gitlab.com/runner/executors/docker.html) or
[`kubernetes`](https://docs.gitlab.com/runner/install/kubernetes.html) executor. [`kubernetes`](https://docs.gitlab.com/runner/install/kubernetes.html) executor.
......
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