Fix licenses variable name
This commit is contained in:
parent
76f2947be7
commit
21a806b491
@ -153,7 +153,7 @@ func AnalyzeScript(r *interp.Runner, fl *syntax.File) ([]Finding, error) {
|
||||
})
|
||||
continue
|
||||
}
|
||||
case "licenses":
|
||||
case "license":
|
||||
valSlice, ok := mustBeArray(val, name, &findings)
|
||||
if !ok {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user