Skip to content

Commit

Permalink
fix: Break from the GroupTeamFindings loop when we find our match
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed Aug 15, 2023
1 parent 4b0fe1d commit 32c2405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func GroupTeamFindings(projects *querying.ProjectCollection, summaries []Project
for _, sum := range summaries {
if sum.Name == project.Name {
projectSummary = sum
break
}
}
ownerIter := project.Owners.Iterator()
Expand Down

0 comments on commit 32c2405

Please sign in to comment.