Skip to content

Commit

Permalink
ci: add repo topics + remove usage from catalog manifest (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Nov 2, 2023
1 parent 3525dd0 commit f5be265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ repository:
# Uncomment this description property
# and update the description to the current repo description.
description: "This is the DevSecOps Application Lifecycle Management Deployable Architecture"
topics: terraform, ibm-cloud, DA, deployable-architecture
12 changes: 1 addition & 11 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-09-05T21:24:13Z",
"generated_at": "2023-11-02T14:22:14Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -77,16 +77,6 @@
}
],
"results": {
"ibm_catalog.json": [
{
"hashed_secret": "02095e83532ae9dcc9dfd7cb12efa0891db66278",
"is_secret": false,
"is_verified": false,
"line_number": 28,
"type": "Secret Keyword",
"verified_result": null
}
],
"module-metadata.json": [
{
"hashed_secret": "d47dcacc720a39e236679ac3e311a0d58bb6519e",
Expand Down
1 change: 0 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
],
"flavors": [
{
"usage": "ibmcloud_api_key = \"\" #Set your API key\nci_toolchain_name = \"DevSecOps CI Toolchain - Terraform\"\ncd_toolchain_name = \"DevSecOps CD Toolchain - Terraform\"\ncc_toolchain_name = \"DevSecOps CC Toolchain - Terraform\"\ntoolchain_resource_group = \"Default\"\ntoolchain_region = \"jp-tok\" #Region short name only\nci_registry_namespace = \"tektonhh\"\nci_registry_region = \"ibm:yp:jp-tok\"\nsm_name = \"sm-compliance-secrets\" #Secrets Manager instance name\nsm_location = \"eu-gb\"\nsm_resource_group = \"Default\"\nsm_secret_group = \"Default\"\nci_cluster_name = \"mycluster-free\"\nci_cluster_namespace = \"dev\"\nci_dev_region = \"ibm:yp:jp-tok\"\nci_dev_resource_group = \"Default\"\ncd_cluster_name = \"mycluster-free\"\ncd_cluster_namespace = \"prod\"",
"compliance": {
"authority": "scc-v3",
"controls": [
Expand Down

0 comments on commit f5be265

Please sign in to comment.