Skip to content

Commit

Permalink
Merge pull request #6 from CarlTern/main
Browse files Browse the repository at this point in the history
docs: Update Automated import section with fcli 2.x commands
  • Loading branch information
rsenden authored May 17, 2024
2 parents 3bad9c6 + 16b4a6e commit 95006ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-resources/parser-obtain-results.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 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.

Expand Down

0 comments on commit 95006ce

Please sign in to comment.