|
5 | 5 | // --------------------------------------------------------------------------------------------------------------------
|
6 | 6 |
|
7 | 7 | {
|
8 |
| - "CaVersion": "6.0.0", |
9 |
| - "TimeOut": 200, |
10 |
| - "ProjectType": "<Insert ProjectType>", |
11 |
| - "SW360ProjectName": "<Insert SW360 Project Name>", |
12 |
| - "SW360ProjectID": "<Insert SW360 Project Id>", |
13 |
| - "Sw360AuthTokenType": "Bearer", |
14 |
| - "Sw360Token": "<Insert SW360Token>", |
15 |
| - "SW360URL": "<Insert SW360URL>", |
16 |
| - "Fossologyurl": "<Insert Fossologyurl>", |
17 |
| - "JFrogApi": "<Insert JFrogApi>", |
18 |
| - "PackageFilePath": "/PathToInputDirectory", //For Docker run set as /mnt/Input |
19 |
| - "BomFolderPath": "/PathToOutputDirectory", //For Docker run set as /mnt/Output |
20 |
| - "BomFilePath": "/PathToOutputDirectory/<SW360 Project Name>_Bom.cdx.json", |
21 |
| - //IdentifierBomFilePath : For multiple project type |
22 |
| - "IdentifierBomFilePath": "", |
23 |
| - //CycloneDxBomFilePath: For Providing Customer maintained SBOM as input.Can be used along with Packagefilepath or individually |
24 |
| - "CycloneDxSBomTemplatePath": "", |
25 |
| - "ArtifactoryUploadApiKey": "<Insert ArtifactoryUploadApiKey>", //This should be Jfrog Key |
26 |
| - "ArtifactoryUploadUser": "<Insert ArtifactoryUploadUser>", //This should be Jfrog user name |
27 |
| - "Release": false, |
28 |
| - "RemoveDevDependency": true, |
29 |
| - "EnableFossTrigger": true, |
30 |
| - "InternalRepoList": [ |
31 |
| - "<Npm Internal Repo Names>", //This should be the internal repo names in JFrog for NPM |
32 |
| - "<Nuget Internal Repo Names>" //This should be the internal repo names in JFrog for Nuget |
| 8 | + "CaVersion": "6.0.3", |
| 9 | + "TimeOut": 200, |
| 10 | + "ProjectType": "<Insert ProjectType>", |
| 11 | + "SW360ProjectName": "<Insert SW360 Project Name>", |
| 12 | + "SW360ProjectID": "<Insert SW360 Project Id>", |
| 13 | + "Sw360AuthTokenType": "Bearer", |
| 14 | + "Sw360Token": "<Insert SW360Token>", |
| 15 | + "SW360URL": "<Insert SW360URL>", |
| 16 | + "Fossologyurl": "<Insert Fossologyurl>", |
| 17 | + "JFrogApi": "<Insert JFrogApi>", |
| 18 | + "PackageFilePath": "/PathToInputDirectory", //For Docker run set as /mnt/Input |
| 19 | + "BomFolderPath": "/PathToOutputDirectory", //For Docker run set as /mnt/Output |
| 20 | + "BomFilePath": "/PathToOutputDirectory/<SW360 Project Name>_Bom.cdx.json", |
| 21 | + //IdentifierBomFilePath : For multiple project type |
| 22 | + "IdentifierBomFilePath": "", |
| 23 | + //CycloneDxBomFilePath: For Providing Customer maintained SBOM as input.Can be used along with Packagefilepath or individually |
| 24 | + "CycloneDxSBomTemplatePath": "", |
| 25 | + "ArtifactoryUploadApiKey": "<Insert ArtifactoryUploadApiKey>", //This should be Jfrog Key |
| 26 | + "ArtifactoryUploadUser": "<Insert ArtifactoryUploadUser>", //This should be Jfrog user name |
| 27 | + "Release": false, |
| 28 | + "RemoveDevDependency": true, |
| 29 | + "EnableFossTrigger": true, |
| 30 | + "InternalRepoList": [ |
| 31 | + "<Npm Internal Repo Names>", //This should be the internal repo names in JFrog for NPM |
| 32 | + "<Nuget Internal Repo Names>" //This should be the internal repo names in JFrog for Nuget |
| 33 | + ], |
| 34 | + "Npm": { |
| 35 | + "Include": [ "p*-lock.json", "*.cdx.json" ], |
| 36 | + "Exclude": [ "node_modules" ], |
| 37 | + "JfrogNpmRepoList": [ |
| 38 | + "<Npm Remote Cache Repo Name>", //This is a mirror repo for npm registry in JFrog |
| 39 | + "<Npm Release Repo Name>", //This should be the release repo in JFrog |
| 40 | + "<Npm DevDep Repo Name>" //This should be the development dependency repo in JFrog |
33 | 41 | ],
|
34 |
| - "Npm": { |
35 |
| - "Include": [ "p*-lock.json", "*.cdx.json" ], |
36 |
| - "Exclude": [ "node_modules" ], |
37 |
| - "JfrogNpmRepoList": [ |
38 |
| - "<Npm Remote Cache Repo Name>", //This is a mirror repo for npm registry in JFrog |
39 |
| - "<Npm Release Repo Name>", //This should be the release repo in JFrog |
40 |
| - "<Npm DevDep Repo Name>" //This should be the development dependency repo in JFrog |
41 |
| - ], |
42 |
| - "JfrogThirdPartyDestRepoName": "<Insert third party NpmDestRepoName>", |
43 |
| - "JfrogInternalDestRepoName": "<Insert Internal NpmDestRepoName>", |
44 |
| - "JfrogDevDestRepoName": "<Insert Dev NpmDestRepoName>", |
45 |
| - "ExcludedComponents": [] |
46 |
| - }, |
47 |
| - "Nuget": { |
48 |
| - "Include": [ "packages.config", "p*.assets.json", "*.cdx.json" ], |
49 |
| - "Exclude": [], |
50 |
| - "JfrogNugetRepoList": [ |
51 |
| - "<Nuget Remote Cache Repo Name>", //This is a mirror repo for nuget.org in JFrog |
52 |
| - "<Nuget Release Repo Name>", //This should be the release repo in JFrog |
53 |
| - "<Nuget DevDep Repo Name>" //This should be the development dependency repo in JFrog |
54 |
| - ], |
55 |
| - "JfrogThirdPartyDestRepoName": "<Insert third party NugetDestRepoName>", |
56 |
| - "JfrogInternalDestRepoName": "<Insert Internal NugetDestRepoName>", |
57 |
| - "JfrogDevDestRepoName": "<Insert Dev NugetDestRepoName>", |
58 |
| - "ExcludedComponents": [] |
59 |
| - }, |
60 |
| - "Maven": { |
61 |
| - "Include": [ "*.cdx.json" ], |
62 |
| - "Exclude": [], |
63 |
| - "JfrogMavenRepoList": [ |
64 |
| - "<Maven Remote Cache Repo Name>", //This is a mirror repo for repo.maven in JFrog |
65 |
| - "<Maven Release Repo Name>", //This should be the release repo.maven in JFrog |
66 |
| - "<Maven DevDep Repo Name>" //This should be the development dependency repo in JFrog |
67 |
| - ], |
68 |
| - "JfrogThirdPartyDestRepoName": "<Insert third party MavenDestRepoName>", |
69 |
| - "JfrogInternalDestRepoName": "<Insert Internal MavenDestRepoName>", |
70 |
| - "JfrogDevDestRepoName": "<Insert Dev MavenDestRepoName>", |
71 |
| - "DevDependentScopeList": [ "test" ], |
72 |
| - "ExcludedComponents": [] |
73 |
| - }, |
74 |
| - "Debian": { |
75 |
| - "Include": [ "*.cdx.json" ], |
76 |
| - "Exclude": [], |
77 |
| - "ExcludedComponents": [] |
78 |
| - }, |
79 |
| - "Alpine": { |
80 |
| - "Include": [ "*.cdx.json" ], |
81 |
| - "Exclude": [], |
82 |
| - "ExcludedComponents": [] |
83 |
| - }, |
84 |
| - "Python": { |
85 |
| - "Include": [ "poetry.lock", "*.cdx.json" ], |
86 |
| - "Exclude": [], |
87 |
| - "JfrogPythonRepoList": [ |
88 |
| - "<Python Remote Cache Repo Name>", //This is a mirror repo for pypi in JFrog |
89 |
| - "<Python Release Repo Name>", //This should be the release pypi in JFrog |
90 |
| - "<Python DevDep Repo Name>" //This should be the development dependency repo in JFrog |
91 |
| - ], |
92 |
| - "JfrogThirdPartyDestRepoName": "<Insert third party PythonDestRepoName>", |
93 |
| - "JfrogInternalDestRepoName": "<Insert Internal PythonDestRepoName>", |
94 |
| - "JfrogDevDestRepoName": "<Insert Dev PythonDestRepoName>", |
95 |
| - "ExcludedComponents": [] |
96 |
| - }, |
97 |
| - "Conan": { |
98 |
| - "Include": [ "conan.lock" ], |
99 |
| - "Exclude": [], |
100 |
| - "JfrogConanRepoList": [ |
101 |
| - "<Conan Remote Cache Repo Name>", //This is a mirror repo for conan in JFrog |
102 |
| - "<Conan Release Repo Name>", //This should be the release repo in JFrog |
103 |
| - "<Conan DevDep Repo Name>" //This should be the development dependency repo in JFrog |
104 |
| - ], |
105 |
| - "JfrogThirdPartyDestRepoName": "<Insert third party ConanDestRepoName>", |
106 |
| - "JfrogInternalDestRepoName": "<Insert Internal ConanDestRepoName>", |
107 |
| - "JfrogDevDestRepoName": "<Insert Dev ConanDestRepoName>", |
108 |
| - "ExcludedComponents": [] |
109 |
| - } |
| 42 | + "JfrogThirdPartyDestRepoName": "<Insert third party NpmDestRepoName>", |
| 43 | + "JfrogInternalDestRepoName": "<Insert Internal NpmDestRepoName>", |
| 44 | + "JfrogDevDestRepoName": "<Insert Dev NpmDestRepoName>", |
| 45 | + "ExcludedComponents": [] |
| 46 | + }, |
| 47 | + "Nuget": { |
| 48 | + "Include": [ "packages.config", "p*.assets.json", "*.cdx.json" ], |
| 49 | + "Exclude": [], |
| 50 | + "JfrogNugetRepoList": [ |
| 51 | + "<Nuget Remote Cache Repo Name>", //This is a mirror repo for nuget.org in JFrog |
| 52 | + "<Nuget Release Repo Name>", //This should be the release repo in JFrog |
| 53 | + "<Nuget DevDep Repo Name>" //This should be the development dependency repo in JFrog |
| 54 | + ], |
| 55 | + "JfrogThirdPartyDestRepoName": "<Insert third party NugetDestRepoName>", |
| 56 | + "JfrogInternalDestRepoName": "<Insert Internal NugetDestRepoName>", |
| 57 | + "JfrogDevDestRepoName": "<Insert Dev NugetDestRepoName>", |
| 58 | + "ExcludedComponents": [] |
| 59 | + }, |
| 60 | + "Maven": { |
| 61 | + "Include": [ "*.cdx.json" ], |
| 62 | + "Exclude": [], |
| 63 | + "JfrogMavenRepoList": [ |
| 64 | + "<Maven Remote Cache Repo Name>", //This is a mirror repo for repo.maven in JFrog |
| 65 | + "<Maven Release Repo Name>", //This should be the release repo.maven in JFrog |
| 66 | + "<Maven DevDep Repo Name>" //This should be the development dependency repo in JFrog |
| 67 | + ], |
| 68 | + "JfrogThirdPartyDestRepoName": "<Insert third party MavenDestRepoName>", |
| 69 | + "JfrogInternalDestRepoName": "<Insert Internal MavenDestRepoName>", |
| 70 | + "JfrogDevDestRepoName": "<Insert Dev MavenDestRepoName>", |
| 71 | + "DevDependentScopeList": [ "test" ], |
| 72 | + "ExcludedComponents": [] |
| 73 | + }, |
| 74 | + "Debian": { |
| 75 | + "Include": [ "*.cdx.json" ], |
| 76 | + "Exclude": [], |
| 77 | + "ExcludedComponents": [] |
| 78 | + }, |
| 79 | + "Alpine": { |
| 80 | + "Include": [ "*.cdx.json" ], |
| 81 | + "Exclude": [], |
| 82 | + "ExcludedComponents": [] |
| 83 | + }, |
| 84 | + "Python": { |
| 85 | + "Include": [ "poetry.lock", "*.cdx.json" ], |
| 86 | + "Exclude": [], |
| 87 | + "JfrogPythonRepoList": [ |
| 88 | + "<Python Remote Cache Repo Name>", //This is a mirror repo for pypi in JFrog |
| 89 | + "<Python Release Repo Name>", //This should be the release pypi in JFrog |
| 90 | + "<Python DevDep Repo Name>" //This should be the development dependency repo in JFrog |
| 91 | + ], |
| 92 | + "JfrogThirdPartyDestRepoName": "<Insert third party PythonDestRepoName>", |
| 93 | + "JfrogInternalDestRepoName": "<Insert Internal PythonDestRepoName>", |
| 94 | + "JfrogDevDestRepoName": "<Insert Dev PythonDestRepoName>", |
| 95 | + "ExcludedComponents": [] |
| 96 | + }, |
| 97 | + "Conan": { |
| 98 | + "Include": [ "conan.lock" ], |
| 99 | + "Exclude": [], |
| 100 | + "JfrogConanRepoList": [ |
| 101 | + "<Conan Remote Cache Repo Name>", //This is a mirror repo for conan in JFrog |
| 102 | + "<Conan Release Repo Name>", //This should be the release repo in JFrog |
| 103 | + "<Conan DevDep Repo Name>" //This should be the development dependency repo in JFrog |
| 104 | + ], |
| 105 | + "JfrogThirdPartyDestRepoName": "<Insert third party ConanDestRepoName>", |
| 106 | + "JfrogInternalDestRepoName": "<Insert Internal ConanDestRepoName>", |
| 107 | + "JfrogDevDestRepoName": "<Insert Dev ConanDestRepoName>", |
| 108 | + "ExcludedComponents": [] |
| 109 | + } |
110 | 110 | }
|
0 commit comments