Skip to content

Commit

Permalink
Fixes #247: lowering license threshold to 85%
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
  • Loading branch information
abstractionfactory committed Dec 2, 2024
1 parent 081e2ca commit 958af4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/license/license_detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ type Config struct {

func (c *Config) ApplyDefaults() error {
if c.ConfidenceThreshold == 0.0 {
c.ConfidenceThreshold = 0.9
c.ConfidenceThreshold = 0.85
}
if c.ConfidenceOverrideThreshold == 0 {
c.ConfidenceOverrideThreshold = 0.98
Expand Down

0 comments on commit 958af4e

Please sign in to comment.