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()
|
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user