From 444e259632f44411052920ab8e942677b9d731f1 Mon Sep 17 00:00:00 2001 From: rsenden Date: Fri, 17 May 2024 14:12:45 +0000 Subject: [PATCH] docs: Auto-update documentation resources --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 29cbf64..7431be7 100644 --- a/USAGE.md +++ b/USAGE.md @@ -88,7 +88,7 @@ These sections describe how to install, upgrade and uninstall the parser plugin ### Automated import -The easiest approach for importing Debricked results into SSC is through [fcli](https://github.com/fortify-ps/fcli), using the `fcli ssc appversion-artifact import debricked command`. This command will download the Debricked CycloneDX SBOM file using the Debricked REST API, and then upload the SBOM file to SSC for processing by this parser plugin. +The easiest approach for importing Debricked results into SSC is through [fcli](https://github.com/fortify-ps/fcli), using the `fcli ssc artifact import-debricked` command. This command will download the Debricked CycloneDX SBOM file using the Debricked REST API, and then upload the SBOM file to SSC for processing by this parser plugin. When using fcli, there is no need to manually obtain the SBOM file, preparing a proper SSC third-party results zip-file, and uploading this zip-file to SSC. With this approach, the information in the [Manual import](#manual-import) and [Upload results](#upload-results) sections can be ignored.