Skip to content

Commit

Permalink
fix new function
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecodym committed Apr 24, 2024
1 parent 008c16f commit 2d2527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/falsepositives.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func FilterKnownFalsePositives(ctx context.Context, detector Detector, results [
ctx.Logger().Info("Filtered out known false positive", "result", result)
}
} else {
results = append(filteredResults, result)
filteredResults = append(filteredResults, result)
}
}
return filteredResults
Expand Down

0 comments on commit 2d2527d

Please sign in to comment.