Skip to content

Commit

Permalink
Add comment to update action policy file (#1751)
Browse files Browse the repository at this point in the history
Add comment to update action policy file if the passing score value is updated
no breaking changes
```release-notes
Add comment to update action policy file if the passing score value is updated
```
  • Loading branch information
laurentsimon authored Mar 25, 2022
1 parent 8150ab0 commit 363d1bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checks/cii_best_practices.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const (
// CheckCIIBestPractices is the registered name for CIIBestPractices.
CheckCIIBestPractices = "CII-Best-Practices"
silverScore = 7
// Note: if this value is changed, please update the action's threshold score
// https://github.com/ossf/scorecard-action/blob/main/policies/template.yml#L61.
passingScore = 5
inProgressScore = 2
)
Expand Down

0 comments on commit 363d1bd

Please sign in to comment.