From 8600fa825003f3fb2a3866da989535b7529896ee Mon Sep 17 00:00:00 2001 From: Brian Williams <bwilliams@gitlab.com> Date: Wed, 26 Feb 2025 10:24:59 -0600 Subject: [PATCH] Add CSV export to dependency list documentation --- doc/user/application_security/dependency_list/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/application_security/dependency_list/_index.md b/doc/user/application_security/dependency_list/_index.md index 48ff38213f6a1..498e8a37ebdb6 100644 --- a/doc/user/application_security/dependency_list/_index.md +++ b/doc/user/application_security/dependency_list/_index.md @@ -179,8 +179,8 @@ If the [Dependency Scanning](../dependency_scanning/_index.md) CI job is configu ## Download the dependency list -You can download the full list of dependencies and their details in JSON format. The dependency -list shows only the results of the last successful pipeline that ran on the default branch. +You can download the full list of dependencies and their details in JSON or CSV format. +The dependency list shows only the results of the last successful pipeline that ran on the default branch. To download the dependency list: -- GitLab