@ibm-cloud/cd-tools 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.js +2 -0
- package/package.json +1 -1
package/config.js
CHANGED
|
@@ -197,6 +197,7 @@ const SUPPORTED_TOOLS_MAP = {
|
|
|
197
197
|
'eventnotifications': 'ibm_cd_toolchain_tool_eventnotifications',
|
|
198
198
|
'hostedgit': 'ibm_cd_toolchain_tool_hostedgit',
|
|
199
199
|
'githubconsolidated': 'ibm_cd_toolchain_tool_githubconsolidated',
|
|
200
|
+
'cloudobjectstorage': 'ibm_cd_toolchain_tool_cos',
|
|
200
201
|
'gitlab': 'ibm_cd_toolchain_tool_gitlab',
|
|
201
202
|
'hashicorpvault': 'ibm_cd_toolchain_tool_hashicorpvault',
|
|
202
203
|
'jenkins': 'ibm_cd_toolchain_tool_jenkins',
|
|
@@ -204,6 +205,7 @@ const SUPPORTED_TOOLS_MAP = {
|
|
|
204
205
|
'keyprotect': 'ibm_cd_toolchain_tool_keyprotect',
|
|
205
206
|
'nexus': 'ibm_cd_toolchain_tool_nexus',
|
|
206
207
|
'customtool': 'ibm_cd_toolchain_tool_custom',
|
|
208
|
+
'pagerduty': 'ibm_cd_toolchain_tool_pagerduty',
|
|
207
209
|
'saucelabs': 'ibm_cd_toolchain_tool_saucelabs',
|
|
208
210
|
'secretsmanager': 'ibm_cd_toolchain_tool_secretsmanager',
|
|
209
211
|
'security_compliance': 'ibm_cd_toolchain_tool_securitycompliance',
|