feat: skip gitlocallist

This commit is contained in:
zzjc1234 2024-06-20 20:26:29 +08:00 committed by Boming Zhang
parent 8ba39d521a
commit 5d44956f4f
GPG Key ID: D47306D7062CDA9D

View File

@ -56,7 +56,7 @@ func main() {
if err != nil {
fmt.Printf("## Repo Size Check Failed:\n%s\n", err.Error())
}
err = healthcheck.ForbiddenCheck(*rootDir, gitWhitelist, localList, *repo, *droneBranch)
err = healthcheck.ForbiddenCheck(*rootDir, gitWhitelist, *localList, *repo, *droneBranch)
if err != nil {
fmt.Printf("## Forbidden File Check Failed:\n%s\n", err.Error())
}