Skip to content

Commit df0556c

Browse files
authored
ci: remove usage template from ibm_catalog.json (#607)
1 parent 2e38cc6 commit df0556c

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

.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-09-07T10:17:11Z",
6+
"generated_at": "2023-10-13T15:23:43Z",
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": 921,
86-
"type": "Secret Keyword",
87-
"verified_result": null
88-
}
89-
],
9080
"module-metadata.json": [
9181
{
9282
"hashed_secret": "9e015cae2bac80e09c9d422c91b0c2c83e883cb0",

cra-tf-validate-ignore-rules.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"description": "Check whether Cloud Object Storage network access is restricted to a specific IP range",
66
"ignore_reason": "In order for this rule to pass, Context Based Restrictions (CBRs) support needs to be added to the module (tracking in https://github.ibm.com/GoldenEye/issues/issues/5626). Even after that is added, there is still a dependency on SCC to support scanning for CBR rules. SCC CBR support is being tracked in https://github.ibm.com/project-fortress/pm/issues/11800.",
77
"is_valid": true
8+
},
9+
{
10+
"scc_rule_id": "rule-216e2449-27d7-4afc-929a-b66e196a9cf9",
11+
"description": "Check whether Flow Logs for VPC are enabled",
12+
"ignore_reason": "This rule should not be failing as we do enable flow logs in the code. Bug reported with CRA: https://github.ibm.com/oneibmcloud/CD-CRA/issues/1907",
13+
"is_valid": false
814
}
915
]
1016
}

ibm_catalog.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"name": "quickstart",
5151
"install_type": "fullstack",
5252
"working_directory": "patterns/vsi-quickstart",
53-
"usage_template": "module \"landing-zone\" {\n source = \"https://cm.globalcatalog.cloud.ibm.com/api/v1-beta/offering/source//${{workingDirectory}}?archive=tgz&flavor=${{flavor}}&kind=terraform&name=${{name}}&version=${{version}}\"\n ibmcloud_api_key = var.ibmcloud_api_key\n ssh_key = var.ssh_key\n region = \"us-south\"\n prefix = \"slz\"\n}\n\n",
5453
"compliance": {},
5554
"configuration": [
5655
{
@@ -175,7 +174,6 @@
175174
"name": "standard",
176175
"install_type": "fullstack",
177176
"working_directory": "patterns/vsi",
178-
"usage_template": "module \"landing-zone\" {\n source = \"https://cm.globalcatalog.cloud.ibm.com/api/v1-beta/offering/source//${{workingDirectory}}?archive=tgz&flavor=${{flavor}}&kind=terraform&name=${{name}}&version=${{version}}\"\n ibmcloud_api_key = var.ibmcloud_api_key\n ssh_public_key = var.ssh_public_key\n region = \"us-south\"\n prefix = \"slz\"\n}\n\n",
179177
"compliance": {
180178
"authority": "scc-v3",
181179
"profiles": [
@@ -552,7 +550,6 @@
552550
"name": "standard",
553551
"install_type": "fullstack",
554552
"working_directory": "patterns/vpc",
555-
"usage_template": "module \"landing-zone-vpc\" {\n source = \"https://cm.globalcatalog.cloud.ibm.com/api/v1-beta/offering/source//${{workingDirectory}}?archive=tgz&flavor=${{flavor}}&kind=terraform&name=${{name}}&version=${{version}}\"\n ibmcloud_api_key = var.ibmcloud_api_key\n region = \"us-south\"\n prefix = \"slz-vpc\"\n}\n\n",
556553
"compliance": {
557554
"authority": "scc-v3",
558555
"profiles": [
@@ -918,7 +915,6 @@
918915
"name": "standard",
919916
"install_type": "fullstack",
920917
"working_directory": "patterns/roks",
921-
"usage_template": "module \"landing-zone\" {\n source = \"https://cm.globalcatalog.cloud.ibm.com/api/v1-beta/offering/source//patterns/roks?archive=tgz&flavor=${{flavor}}&kind=terraform&name=${{name}}&version=${{version}}\"\n ibmcloud_api_key = var.ibmcloud_api_key\n region = \"us-south\"\n prefix = \"slz\"\n}\n\n",
922918
"compliance": {
923919
"authority": "scc-v3",
924920
"profiles": [

0 commit comments

Comments
 (0)