Skip to content

Commit

Permalink
feat(tekton): bump ContinuousDelivery Go SDK version (#4918)
Browse files Browse the repository at this point in the history
* feat(tekton): bump ContinuousDelivery Go SDK version

* Update SCC acceptance test

---------

Co-authored-by: Gary Marjoram <marjoram@ie.ibm.com>
  • Loading branch information
briangleeson and gmarjoram authored Nov 14, 2023
1 parent cf3b4e2 commit f7e3945
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/IBM/cloudant-go-sdk v0.0.43
github.com/IBM/code-engine-go-sdk v0.0.0-20230606173928-4863db061918
github.com/IBM/container-registry-go-sdk v1.1.0
github.com/IBM/continuous-delivery-go-sdk v1.2.1
github.com/IBM/continuous-delivery-go-sdk v1.3.0
github.com/IBM/event-notifications-go-admin-sdk v0.2.7
github.com/IBM/eventstreams-go-sdk v1.4.0
github.com/IBM/go-sdk-core/v3 v3.2.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ github.com/IBM/code-engine-go-sdk v0.0.0-20230606173928-4863db061918 h1:RfHezAVs
github.com/IBM/code-engine-go-sdk v0.0.0-20230606173928-4863db061918/go.mod h1:IP6U/1NxgxzPeYdyiEwMaZyzelTw82JGHWl7bY78eQM=
github.com/IBM/container-registry-go-sdk v1.1.0 h1:sYyknIod8R4RJZQqAheiduP6wbSTphE9Ag8ho28yXjc=
github.com/IBM/container-registry-go-sdk v1.1.0/go.mod h1:4TwsCnQtVfZ4Vkapy/KPvQBKFc3VOyUZYkwRU4FTPrs=
github.com/IBM/continuous-delivery-go-sdk v1.2.1 h1:MVclWmjW6LevbYgrA7PGJzS+Dmqy3/JBYUpBp/ct+Vk=
github.com/IBM/continuous-delivery-go-sdk v1.2.1/go.mod h1:oW51tS5/MDCcEM7lUvjK1H9GFC/oKsRbyYfmvGyMGmw=
github.com/IBM/continuous-delivery-go-sdk v1.3.0 h1:WsILMVpNWD/5G40ltWeXbOj4y5ODQSq1hKXAnDJuNjw=
github.com/IBM/continuous-delivery-go-sdk v1.3.0/go.mod h1:oW51tS5/MDCcEM7lUvjK1H9GFC/oKsRbyYfmvGyMGmw=
github.com/IBM/event-notifications-go-admin-sdk v0.2.7 h1:Y6YPiXZO3/oAhs7rY6ekowJAsf9J05g2UFq3wjFkuCs=
github.com/IBM/event-notifications-go-admin-sdk v0.2.7/go.mod h1:iI6/TJt4GQBDsl8NYzoIYGnsNjMG0kOVIEl7mcM5v1E=
github.com/IBM/eventstreams-go-sdk v1.4.0 h1:yS/Ns29sBOe8W2tynQmz9HTKqQZ0ckse4Py5Oy/F2rM=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ func testAccCheckIBMCdToolchainToolSecuritycomplianceDataSourceConfigBasic(tcNam
parameters {
name = "compliance"
evidence_namespace = "cd"
trigger_scan = "disabled"
api_key = "api_key"
scope = "my-scope"
profile = "IBM Cloud Security Best Practices v1.0.0"
evidence_repo_url = "https://github.example.com/<username>/compliance-evidence-<datestamp>"
}
}
Expand Down Expand Up @@ -118,10 +114,6 @@ func testAccCheckIBMCdToolchainToolSecuritycomplianceDataSourceConfig(tcName str
parameters {
name = "compliance"
evidence_namespace = "cd"
trigger_scan = "disabled"
api_key = "api_key"
scope = "my-scope"
profile = "IBM Cloud Security Best Practices v1.0.0"
evidence_repo_url = "https://github.example.com/<username>/compliance-evidence-<datestamp>"
}
name = "%s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ func testAccCheckIBMCdToolchainToolSecuritycomplianceConfigBasic(tcName string,
parameters {
name = "compliance"
evidence_namespace = "cd"
trigger_scan = "disabled"
api_key = "api_key"
scope = "my-scope"
profile = "IBM Cloud Security Best Practices v1.0.0"
evidence_repo_url = "https://github.example.com/<username>/compliance-evidence-<datestamp>"
}
}
Expand All @@ -116,10 +112,6 @@ func testAccCheckIBMCdToolchainToolSecuritycomplianceConfig(tcName string, rgNam
parameters {
name = "compliance"
evidence_namespace = "cd"
trigger_scan = "disabled"
api_key = "api_key"
scope = "my-scope"
profile = "IBM Cloud Security Best Practices v1.0.0"
evidence_repo_url = "https://github.example.com/<username>/compliance-evidence-<datestamp>"
}
name = "%s"
Expand Down

0 comments on commit f7e3945

Please sign in to comment.