Skip to content

Commit

Permalink
fixed code breaking changes due to analyzer protobuf removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
abmussani committed Oct 30, 2024
1 parent 3860259 commit 81eece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/analyzers/gitlab/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (a Analyzer) Analyze(_ context.Context, credInfo map[string]string) (*analy

func secretInfoToAnalyzerResult(info *SecretInfo) *analyzers.AnalyzerResult {
result := analyzers.AnalyzerResult{
AnalyzerType: analyzerpb.AnalyzerType_GitLab,
AnalyzerType: analyzers.AnalyzerTypeGitLab,
Metadata: map[string]any{
"version": info.Metadata.Version,
"enterprise": info.Metadata.Enterprise,
Expand Down

0 comments on commit 81eece6

Please sign in to comment.