mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
Add comment to update action policy file (#1751)
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 ```
This commit is contained in:
parent
8150ab0f88
commit
363d1bd858
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user