From 8033e4018507ade330e13e98adeb3a9f2fb2487b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karthika=20Geethanand=20=20=C2=AF=5C=5F=28=E3=83=84=29=5F/?= =?UTF-8?q?=C2=AF?= <40568919+karthika-g@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:26:27 +0530 Subject: [PATCH] Update CA_UsageDocument.md --- doc/UsageDoc/CA_UsageDocument.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/UsageDoc/CA_UsageDocument.md b/doc/UsageDoc/CA_UsageDocument.md index f2b04fab..7b9cdcfa 100644 --- a/doc/UsageDoc/CA_UsageDocument.md +++ b/doc/UsageDoc/CA_UsageDocument.md @@ -161,14 +161,13 @@ Continuous Clearing Tool reduces the effort in creating components in SW360 and - **Project Type :** **Python** - * Input file repository should contain **poetry.lock** file. - - - - **Project Type :** **Conan** + * Input file repository should contain **poetry.lock** file. + + + - **Project Type :** **Conan** * Input file repository should contain **conan.lock** file. - `Note : Conan package support in clearing tool is currently only for SBOM discovery and classification.Component Creation and Source code identification is not supported currently` - **Project Type :** **Debian** @@ -211,10 +210,11 @@ Continuous Clearing Tool reduces the effort in creating components in SW360 and "SW360URL": "", "Fossologyurl": "", "JFrogApi": "", - "JfrogNugetDestRepoName": "JfrogNugetDestRepo Name", - "JfrogNpmDestRepoName": "JfrogNpmDestRepo Name", - "JfrogMavenDestRepoName": "JfrogMavenDestRepo Name", - "JfrogPythonDestRepoName": "JfrogPythonDestRepo Name", + "JfrogNugetDestRepoName": "", + "JfrogNpmDestRepoName": "", + "JfrogMavenDestRepoName": "", + "JfrogPythonDestRepoName": "", + "JfrogConanDestRepoName": "", "PackageFilePath": "/mnt/Input", "BomFolderPath": "/mnt/Output", "BomFilePath":"/mnt/Output/_Bom.cdx.json", @@ -310,7 +310,8 @@ Description for the settings in `appSettings.json` file | 18 | --jfrognugetdestreponame | The destination folder name for the Nuget package to be copied to | Yes | | 19 | --jfrogmavendestreponame | The destination folder name for the Maven package to be copied to | Yes | | | 20 | --jfrogpythondestreponame | The destination folder name for the Python package to be copied to | Yes | | -| 21 | --timeout | SW360 response timeout value | No | | +| 21 | --jfrogconandestreponame | The destination folder name for the Conan package to be copied to | Yes | | +| 22 | --timeout | SW360 response timeout value | No | | #### **Method 2**