diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-13 03:10:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-13 03:10:20 +0000 |
commit | 0e06a8a602707451ea6b60bcaa7ca6bb4953db4d (patch) | |
tree | dc98e90c48915a90e8895f97b03e31331bd88e72 /doc/user/application_security/dependency_scanning/index.md | |
parent | 033182c9f14e10ed6a45632054336a92f5d88af9 (diff) | |
download | gitlab-ce-0e06a8a602707451ea6b60bcaa7ca6bb4953db4d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/application_security/dependency_scanning/index.md')
-rw-r--r-- | doc/user/application_security/dependency_scanning/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md index 70f74492560..e62a45d72cd 100644 --- a/doc/user/application_security/dependency_scanning/index.md +++ b/doc/user/application_security/dependency_scanning/index.md @@ -490,7 +490,7 @@ ensure that it can reach your private repository. Here is an example configurati ### Referencing local dependencies using a path in JavaScript projects The [Retire.js](https://gitlab.com/gitlab-org/security-products/analyzers/retire.js) analyzer -doesn't support dependency references made with [local paths](https://docs.npmjs.com/files/package.json#local-paths) +doesn't support dependency references made with [local paths](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#local-paths) in the `package.json` of JavaScript projects. The dependency scan outputs the following error for such references: |