Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

Upgrade golangci-lint to 1.20 #533

Closed northtyphoon closed 4 years ago

northtyphoon commented 5 years ago

golangci-lint 1.20 reported the following error and failed the build

pkg/procmanager/procmanager.go:111: G204: Subprocess launched with function call as argument or cmd arguments (gosec) cmd := exec.Command(args[0], args[1:]...) Makefile:71: recipe for target 'lint' failed