pkg/test/monitoring
Julian Friedman fe5b178f35
Tidy helper to avoid need for nosec comment (#2377)
* 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
2021-12-14 04:44:51 -08:00
..
doc.go Spelling (#1797) 2020-10-18 14:22:57 -07:00
monitoring.go Tidy helper to avoid need for nosec comment (#2377) 2021-12-14 04:44:51 -08:00