Ignore a lint err in cli_test.go
This commit is contained in:
parent
2ecb43154b
commit
24f962f1b8
@ -130,6 +130,7 @@ func runKubectlCLI(t *testing.T, kubeConfig, namespaceName, username string) str
|
||||
err = f.Close()
|
||||
require.NoError(t, err)
|
||||
|
||||
//nolint: gosec
|
||||
output, err := exec.Command(
|
||||
"kubectl",
|
||||
"get",
|
||||
|
Loading…
Reference in New Issue
Block a user