Skip to content

Commit

Permalink
Removed function not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoLordelloFontes committed Nov 22, 2024
1 parent d7e0687 commit f4814ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engine/score/score.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,3 @@ func GetCvssScore(baseRiskScore float64, validationStatus secrets.ValidationResu
cvssScore := (baseRiskScore+validityScore-1)*3 + 1
return math.Round(cvssScore*10) / 10
}

func RegisterForScore(secret *secrets.Secret) {

}

0 comments on commit f4814ed

Please sign in to comment.