mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 07:11:53 +00:00
Ignore a lint err in cli_test.go
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user