From 24f962f1b83da5041f205eb6ac60a68268819dc5 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 18 Sep 2020 10:52:31 -0700 Subject: [PATCH] Ignore a lint err in cli_test.go --- test/integration/cli_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/cli_test.go b/test/integration/cli_test.go index 63ba0123..8e6a3bbb 100644 --- a/test/integration/cli_test.go +++ b/test/integration/cli_test.go @@ -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",