feat: skip gitlocallist
This commit is contained in:
parent
8ba39d521a
commit
5d44956f4f
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user