We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30a088 commit dad8eaeCopy full SHA for dad8eae
scorecard/enabled.go
@@ -9,6 +9,7 @@ import (
9
func (so *ScoredObject) isEnabled(check ks.Check, annotations, childAnnotations map[string]string) bool {
10
isIn := func(csv string, key string) bool {
11
for _, v := range strings.Split(csv, ",") {
12
+ v = strings.TrimSpace(v)
13
if v == key {
14
return true
15
}
0 commit comments