Skip to content

Commit

Permalink
Merge pull request #131 from opengovern/feat-cleanup-plugin
Browse files Browse the repository at this point in the history
Feat cleanup plugin
  • Loading branch information
acx1729 authored Oct 27, 2024
2 parents 3f39f87 + 0d05a48 commit 8c8eea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/steampipe/steampipe_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func PopulateSteampipeConfig(elasticSearchConfig config.ElasticSearch, connector
return nil
}

func PopulateKaytuPluginSteampipeConfig(elasticSearchConfig config.ElasticSearch, postgresConfig config.Postgres, pennywiseBaseURL string) error {
func PopulateOpenGovernancePluginSteampipeConfig(elasticSearchConfig config.ElasticSearch, postgresConfig config.Postgres, pennywiseBaseURL string) error {
if len(postgresConfig.SSLMode) == 0 {
postgresConfig.SSLMode = "disable"
}
Expand Down
2 changes: 1 addition & 1 deletion proto/describe.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package kaytu.describe.v1;
package opengovernance.describe.v1;

option go_package="github.com/opengovern/og-util/proto/src/golang";

Expand Down

0 comments on commit 8c8eea3

Please sign in to comment.