Fix licenses variable name

This commit is contained in:
Elara 2022-11-05 18:13:18 +00:00
parent 76f2947be7
commit 21a806b491
1 changed files with 1 additions and 1 deletions

View File

@ -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