mirror of https://github.com/knative/pkg.git
* Tidy helper to avoid need for nosec comment Currently we fmt.Sprintf a command string only to immediately split it back in to args, which causes gosec to complain about unsanitised inputs to exec.Command. Refactoring this to directly pass an args array is clearer, more secure, and avoids needing the nosec comment. * Drop helper method |
||
---|---|---|
.. | ||
doc.go | ||
monitoring.go |