Skip to content

Commit 4c8c06d

Browse files
chore(deps): update ci dependencies (#36)
1 parent d6a3926 commit 4c8c06d

File tree

4 files changed

+25
-17
lines changed

4 files changed

+25
-17
lines changed

ibm_catalog.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@
3030
"label": "Fully Configurable",
3131
"name": "fully-configurable",
3232
"working_directory": "solutions/fully-configurable",
33-
"compliance": {},
33+
"compliance": {
34+
"authority": "scc-v3",
35+
"profiles": [
36+
{
37+
"profile_name": "IBM Cloud Framework for Financial Services",
38+
"profile_version": "1.7.0"
39+
}
40+
]
41+
},
3442
"iam_permissions": [
3543
{
3644
"service_name": "containers-kubernetes",
@@ -70,21 +78,21 @@
7078
{
7179
"key": "cluster_id",
7280
"custom_config": {
73-
"type": "cluster_var",
74-
"grouping": "deployment",
75-
"original_grouping": "deployment"
81+
"type": "cluster_var",
82+
"grouping": "deployment",
83+
"original_grouping": "deployment"
7684
},
7785
"required": true
7886
},
7987
{
8088
"key": "cluster_resource_group_id",
8189
"custom_config": {
82-
"type": "resource_group",
83-
"grouping": "deployment",
84-
"original_grouping": "deployment",
85-
"config_constraints": {
86-
"identifier": "rg_id"
87-
}
90+
"type": "resource_group",
91+
"grouping": "deployment",
92+
"original_grouping": "deployment",
93+
"config_constraints": {
94+
"identifier": "rg_id"
95+
}
8896
},
8997
"required": true
9098
},

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.2
77
require (
88
github.com/gruntwork-io/terratest v0.48.2
99
github.com/stretchr/testify v1.10.0
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.2
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.3
1111
)
1212

1313
require (
@@ -16,7 +16,7 @@ require (
1616
github.com/IBM-Cloud/power-go-client v1.11.0 // indirect
1717
github.com/IBM/cloud-databases-go-sdk v0.7.1 // indirect
1818
github.com/IBM/go-sdk-core/v5 v5.19.1 // indirect
19-
github.com/IBM/platform-services-go-sdk v0.79.1 // indirect
19+
github.com/IBM/platform-services-go-sdk v0.80.0 // indirect
2020
github.com/IBM/project-go-sdk v0.3.6 // indirect
2121
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2222
github.com/IBM/vpc-go-sdk v1.0.2 // indirect

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/IBM/cloud-databases-go-sdk v0.7.1/go.mod h1:JYucI1PdwqbAd8XGdDAchxzxR
99
github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE=
1010
github.com/IBM/go-sdk-core/v5 v5.19.1 h1:sleVks1O4XjgF4YEGvyDh6PZbP6iZhlTPeDkQc8nWDs=
1111
github.com/IBM/go-sdk-core/v5 v5.19.1/go.mod h1:Q3BYO6iDA2zweQPDGbNTtqft5tDcEpm6RTuqMlPcvbw=
12-
github.com/IBM/platform-services-go-sdk v0.79.1 h1:jPeo+ZJBxg7lkaNyfydqqagGYQRi5tSBNV1Y4sAdKfA=
13-
github.com/IBM/platform-services-go-sdk v0.79.1/go.mod h1:XOowH+JnIih3FA7uilLVM/9VH7XgCmJ4T/i6eZi7gkw=
12+
github.com/IBM/platform-services-go-sdk v0.80.0 h1:oNZkkviTwnA2wRRHEUQWRnUENjjdORi5x/fPhqEzfuQ=
13+
github.com/IBM/platform-services-go-sdk v0.80.0/go.mod h1:XOowH+JnIih3FA7uilLVM/9VH7XgCmJ4T/i6eZi7gkw=
1414
github.com/IBM/project-go-sdk v0.3.6 h1:DRiANKnAePevFsIKSvR89SUaMa2xsd7YKK71Ka1eqKI=
1515
github.com/IBM/project-go-sdk v0.3.6/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo=
1616
github.com/IBM/schematics-go-sdk v0.4.0 h1:x01f/tPquYJYLQzJLGuxWfCbV/EdSMXRikOceNy/JLM=
@@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
296296
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
297297
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
298-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.2 h1:tEPIni2GpZ2jf+h7qhHi//aorvXfFhNPUUjmCvrNxZY=
299-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.2/go.mod h1:e5KlG5DmtHF426J1bSQBgETeW/N4hqsjPUn+9ei/1+k=
298+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.3 h1:oa7bvHLxyX81cx6JCGLZhAVf8V5saPIhGpxYjLrd0T0=
299+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.3/go.mod h1:D8DpjMe3kwvIpNFJRaAOh+qXQo87dztHV9qlL/s4bC8=
300300
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
301301
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
302302
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)