Commit ad14ace2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'tell-about-scanning-of-transitive-dependencies' into 'master'

Say that Dependency Scanning scans transitive dependencies

See merge request gitlab-org/gitlab!25593
parents 289d407c d472e717
......@@ -14,6 +14,7 @@ application is using an external (open source) library which is known to be vuln
If you are using [GitLab CI/CD](../../../ci/README.md), you can analyze your dependencies for known
vulnerabilities using Dependency Scanning.
All dependencies are scanned, including the transitive dependencies (also known as nested dependencies).
You can take advantage of Dependency Scanning by either [including the CI job](#configuration)
in your existing `.gitlab-ci.yml` file or by implicitly using
......
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