Skip to content

Commit ba225b6

Browse files
authored
ci: add repo topics + remove usage_template from catalog manifest (#531)
* Update ibm_catalog.json * Update settings.yml * update baseline
1 parent 225cbfb commit ba225b6

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ repository:
1616
# The description is displayed under the repository name on the
1717
# organization page and in the 'About' section of the repository.
1818
description: "Creates and configures Linux-based Power Virtual Servers instances for SAP and connects them to a proxy server"
19+
topics: terraform, ibm-cloud, DA, deployable-architecture

.secrets.baseline

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-08-28T18:18:36Z",
6+
"generated_at": "2023-11-02T14:24:11Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -77,16 +77,6 @@
7777
}
7878
],
7979
"results": {
80-
"ibm_catalog.json": [
81-
{
82-
"hashed_secret": "83b1c425484475e97934007eccb2277e9bdbd203",
83-
"is_secret": false,
84-
"is_verified": false,
85-
"line_number": 49,
86-
"type": "Secret Keyword",
87-
"verified_result": null
88-
}
89-
],
9080
"module-metadata.json": [
9181
{
9282
"hashed_secret": "ed6836bba164e8936b4aaf6b78f37a8583032364",

ibm_catalog.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"name": "sap-ready-to-go",
4747
"install_type": "extension",
4848
"working_directory": "solutions/ibm-catalog/sap-ready-to-go",
49-
"usage_template": "module \"sap_systems\" {\n source = \"https://cm.globalcatalog.cloud.ibm.com/api/v1-beta/offering/source//${{workingDirectory}}?archive=tgz&flavor=${{flavor}}&kind=${{kind}}&name=${{name}}&version=${{version}}\"\n ibmcloud_api_key = var.ibmcloud_api_key\n prerequisite_workspace_id = var.prerequisite_workspace_id\n powervs_zone = var.powervs_zone\n prefix = var.prefix\n ssh_private_key = var.ssh_private_key\n}",
5049
"compliance": {},
5150
"dependencies": [
5251
{

0 commit comments

Comments
 (0)