Ignore a lint err in cli_test.go

This commit is contained in:
Ryan Richard 2020-09-18 10:52:31 -07:00
parent 2ecb43154b
commit 24f962f1b8
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ func runKubectlCLI(t *testing.T, kubeConfig, namespaceName, username string) str
err = f.Close() err = f.Close()
require.NoError(t, err) require.NoError(t, err)
//nolint: gosec
output, err := exec.Command( output, err := exec.Command(
"kubectl", "kubectl",
"get", "get",